From ba5d84ef7a463fd7e287416247507d790633731c Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Mon, 25 May 2020 21:24:58 +0200 Subject: [PATCH] MariaDB 10.4: Link to 10.4 series --- modules/MariaDB104.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/MariaDB104.php b/modules/MariaDB104.php index 6f4b1ad..d1b1825 100644 --- a/modules/MariaDB104.php +++ b/modules/MariaDB104.php @@ -2,7 +2,7 @@ class MariaDB104 extends PatchBase { 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'); } function check() : bool {