From: Heinrich Schuchardt Date: Sun, 17 Jan 2016 18:24:32 +0000 (+0100) Subject: libs/apr-util: use @APACHE download facility X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=ca2e6c20abcd162ea1a7ccfa8c24580f81bc75a8;p=openwrt-packages.git libs/apr-util: use @APACHE download facility Instead of explicitly specyfing an Apache mirror use the @APACHE download facility. Signed-off-by: Heinrich Schuchardt --- diff --git a/libs/apr-util/Makefile b/libs/apr-util/Makefile index d5178d567..ae352f2fd 100644 --- a/libs/apr-util/Makefile +++ b/libs/apr-util/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=1.5.4 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=https://archive.apache.org/dist/apr/ +PKG_SOURCE_URL:=@APACHE/apr/ PKG_MD5SUM:=2202b18f269ad606d70e1864857ed93c PKG_MAINTAINER:=Thomas Heil PKG_LICENSE:=Apache License