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