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