diff --git a/modules/MariaDB103.php b/modules/MariaDB103.php new file mode 100644 index 0000000..46e9d6b --- /dev/null +++ b/modules/MariaDB103.php @@ -0,0 +1,15 @@ +patch->setBranch('10.3'); + } + function check() : bool { + if ($this->fetch('https://downloads.mariadb.com/MariaDB/mariadb-10.3/source/')) + return $this->parse('/mariadb-([\d\.]+)\.tar\.gz/'); + return false; + } +} + +?>