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