lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 8d3bba42e8689d54fb7bfc99e40cbdc79227b605
parent 0f56a587855b5386280d287d88e450862af59762
Author: Thomas Heil <heil@terminal-consulting.de>
Date:   Tue, 26 Jan 2016 14:03:44 +0100

Merge pull request #2274 from xypron/apr-util

libs/apr-util: use @APACHE download facility
Diffstat:
Mlibs/apr-util/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 <heil@terminal-consulting.de> PKG_LICENSE:=Apache License