diff options
author | diizzyy <diizzyy@users.noreply.github.com> | 2016-05-24 22:01:35 +0200 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2016-05-24 22:01:35 +0200 |
commit | fa018c6fa076c2e49a69004060cf71a8661f5840 (patch) | |
tree | 1097c2035ac7866365bdbf75de477837f611e4f7 /libs/confuse | |
parent | 7e28f60f24a8463005bfa4f9c08879359fc2092f (diff) |
confuse: Use URL alias (#2745)
Remove hardcoded URL and use alias instead.
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'libs/confuse')
-rw-r--r-- | libs/confuse/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/confuse/Makefile b/libs/confuse/Makefile index 5b236d5b0..b33bdf601 100644 --- a/libs/confuse/Makefile +++ b/libs/confuse/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=2.7 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=http://savannah.nongnu.org/download/confuse/ +PKG_SOURCE_URL:=@SAVANNAH/confuse PKG_MD5SUM:=45932fdeeccbb9ef4228f1c1a25e9c8f PKG_MAINTAINER:=Steven Barth <cyrus@openwrt.org> PKG_LICENSE:=ISC |