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