diff --git a/modules/MariaDB103.php b/modules/MariaDB103.php deleted file mode 100644 index 46e9d6b..0000000 --- a/modules/MariaDB103.php +++ /dev/null @@ -1,15 +0,0 @@ -patch->setBranch('10.3'); - } - function check() : bool { - if ($this->fetch('https://downloads.mariadb.com/MariaDB/mariadb-10.3/source/')) - return $this->parse('/mariadb-([\d\.]+)\.tar\.gz/'); - return false; - } -} - -?>