diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-06-06 15:44:27 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-06-06 15:44:27 +0000 |
commit | 8ac3bf3f6c950245ce0074f98363ace63524ab83 (patch) | |
tree | 97ef9aa2c5d7e1ab0adc487a88a072ac4c0e4f88 /package/zlib | |
parent | d1f2acd6beea54c1e35726eed33c1ebb2cdd4147 (diff) | |
download | upstream-8ac3bf3f6c950245ce0074f98363ace63524ab83.tar.gz upstream-8ac3bf3f6c950245ce0074f98363ace63524ab83.tar.bz2 upstream-8ac3bf3f6c950245ce0074f98363ace63524ab83.zip |
Set download url to sourceforge
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1161 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/zlib')
-rw-r--r-- | package/zlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/zlib/Makefile b/package/zlib/Makefile index 8dc2cc3193..95f6ce997e 100644 --- a/package/zlib/Makefile +++ b/package/zlib/Makefile @@ -7,7 +7,7 @@ PKG_VERSION:=1.2.2 PKG_RELEASE:=1 PKG_MD5SUM:=1b8aab042d40979e456194c468fd72c5 -PKG_SOURCE_URL:=http://www.zlib.net/ +PKG_SOURCE_URL:=@SF/zlib PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_CAT:=bzcat |