From: diizzyy Date: Tue, 24 May 2016 19:19:21 +0000 (+0200) Subject: libcap: Use URL alias X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=d5a8c070b31610bba96e74c70e8dadccc03f8e48;p=openwrt-packages.git libcap: Use URL alias Remove hardcoded URL and use alias instead. Signed-off-by: Daniel Engberg --- diff --git a/libs/libcap/Makefile b/libs/libcap/Makefile index 418033dd4..50b31e0c7 100644 --- a/libs/libcap/Makefile +++ b/libs/libcap/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=2.24 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_SOURCE_URL:=http://www.kernel.org/pub/linux/libs/security/linux-privs/libcap2/ +PKG_SOURCE_URL:=@KERNEL/linux/libs/security/linux-privs/libcap2 PKG_MD5SUM:=d43ab9f680435a7fff35b4ace8d45b80 PKG_MAINTAINER:=Steven Barth