diff --git a/modules/MariaDB107.php b/modules/MariaDB107.php deleted file mode 100644 index 1e00176..0000000 --- a/modules/MariaDB107.php +++ /dev/null @@ -1,15 +0,0 @@ -patch->setBranch('10.7'); - } - function check() : bool { - if ($this->fetch_json('https://downloads.mariadb.org/rest-api/mariadb/10.7/')) - return $this->parse_json('release_id'); - return false; - } -} - -?> diff --git a/modules/MariaDB108.php b/modules/MariaDB108.php deleted file mode 100644 index 7af5ef0..0000000 --- a/modules/MariaDB108.php +++ /dev/null @@ -1,15 +0,0 @@ -patch->setBranch('10.8'); - } - function check() : bool { - if ($this->fetch_json('https://downloads.mariadb.org/rest-api/mariadb/10.8/')) - return $this->parse_json('release_id'); - return false; - } -} - -?> diff --git a/modules/MariaDB109.php b/modules/MariaDB109.php deleted file mode 100644 index 0c84a8c..0000000 --- a/modules/MariaDB109.php +++ /dev/null @@ -1,15 +0,0 @@ -patch->setBranch('10.9'); - } - function check() : bool { - if ($this->fetch_json('https://downloads.mariadb.org/rest-api/mariadb/10.9/')) - return $this->parse_json('release_id'); - return false; - } -} - -?>