diff --git a/modules/MariaDB108.php b/modules/MariaDB108.php new file mode 100644 index 0000000..7af5ef0 --- /dev/null +++ b/modules/MariaDB108.php @@ -0,0 +1,15 @@ +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; + } +} + +?>