diff --git a/modules/MariaDB1011.php b/modules/MariaDB1011.php new file mode 100644 index 0000000..573ae14 --- /dev/null +++ b/modules/MariaDB1011.php @@ -0,0 +1,15 @@ +patch->setBranch('10.11'); + } + function check() : bool { + if ($this->fetch_json('https://downloads.mariadb.org/rest-api/mariadb/10.11/')) + return $this->parse_json('release_id'); + return false; + } +} + +?>