Add MariaDB 10.6
This commit is contained in:
parent
f890ff9d47
commit
0ab46443a9
1 changed files with 15 additions and 0 deletions
15
modules/MariaDB106.php
Normal file
15
modules/MariaDB106.php
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<?php
|
||||
|
||||
class MariaDB106 extends PatchBase {
|
||||
function __construct() {
|
||||
parent::__construct('MariaDB Foundation', 'MariaDB', 'https://downloads.mariadb.org/mariadb/10.6/');
|
||||
$this->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;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue