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