From: Sebastian Kemper Date: Sun, 13 May 2018 09:13:27 +0000 (+0200) Subject: mariadb: add source mirrors X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=7053b12912133a40759e729cfc30bcf49c8683f6;p=openwrt-packages.git 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 --- 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