diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-06-05 16:16:32 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-06-05 16:16:32 +0000 |
commit | f0ae19338b127e5e0a3a935cd3f163ca41c490f8 (patch) | |
tree | 95ec9cbecc0768170d22c7b98055e0c2a24deef7 | |
parent | a7a6db6a16723bf60ba47e625daad18326e856b8 (diff) | |
download | upstream-f0ae19338b127e5e0a3a935cd3f163ca41c490f8.tar.gz upstream-f0ae19338b127e5e0a3a935cd3f163ca41c490f8.tar.bz2 upstream-f0ae19338b127e5e0a3a935cd3f163ca41c490f8.zip |
Set download url to sourceforge
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1153 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | package/pcre/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/pcre/Makefile b/package/pcre/Makefile index 3ebfdc1c0e..0172c28869 100644 --- a/package/pcre/Makefile +++ b/package/pcre/Makefile @@ -7,7 +7,7 @@ PKG_VERSION:=5.0 PKG_RELEASE:=3 PKG_MD5SUM:=813850808894d99fb5b1c41ec6335d4f -PKG_SOURCE_URL:=ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ +PKG_SOURCE_URL:=@SF/pcre PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_CAT:=bzcat |