diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-06-06 15:44:27 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-06-06 15:44:27 +0000 |
commit | cdbe5f9ba4b07031c1d5da695bd7462f50d1149b (patch) | |
tree | 97ef9aa2c5d7e1ab0adc487a88a072ac4c0e4f88 /package/zlib/Makefile | |
parent | af48cfc5ac2e16fd1e794c6384ff291e43c0c8b0 (diff) |
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/Makefile')
-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 |