MariaDB 10.4: Link to 10.4 series

This commit is contained in:
Steffen Lange 2020-05-25 21:24:58 +02:00
parent 167e31e50e
commit ba5d84ef7a

View file

@ -2,7 +2,7 @@
class MariaDB104 extends PatchBase { class MariaDB104 extends PatchBase {
function __construct() { function __construct() {
parent::__construct('MariaDB Foundation', 'MariaDB', 'https://downloads.mariadb.org/'); parent::__construct('MariaDB Foundation', 'MariaDB', 'https://downloads.mariadb.org/mariadb/10.4/');
$this->patch->setBranch('10.4'); $this->patch->setBranch('10.4');
} }
function check() : bool { function check() : bool {