From 7053b12912133a40759e729cfc30bcf49c8683f6 Mon Sep 17 00:00:00 2001 From: Sebastian Kemper Date: Sun, 13 May 2018 11:13:27 +0200 Subject: [PATCH] mariadb: add source mirrors As suggested by Daniel Engberg, add some mirror servers to offload from MariaDB's main download server. Signed-off-by: Sebastian Kemper --- utils/mariadb/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/utils/mariadb/Makefile b/utils/mariadb/Makefile index 8aea0043b..545daba01 100644 --- a/utils/mariadb/Makefile +++ b/utils/mariadb/Makefile @@ -12,7 +12,11 @@ PKG_VERSION:=10.1.33 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://downloads.mariadb.org/interstitial/$(PKG_NAME)-$(PKG_VERSION)/source +PKG_SOURCE_URL := \ + https://mirror.netcologne.de/mariadb/$(PKG_NAME)-$(PKG_VERSION)/source \ + https://mirror.lstn.net/mariadb/$(PKG_NAME)-$(PKG_VERSION)/source \ + https://ftp.yz.yamagata-u.ac.jp/pub/dbms/mariadb/$(PKG_NAME)-$(PKG_VERSION)/source \ + https://downloads.mariadb.org/interstitial/$(PKG_NAME)-$(PKG_VERSION)/source PKG_HASH:=94312c519f2c0c25e1964c64e22aff0036fb22dfb2685638f43a6b2211395d2d PKG_MAINTAINER:=Sebastian Kemper