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 | 0ea452e26f8e0fc89e1e5a84a52b0e3e36a2463c (patch) | |
tree | a7d06892a3805f057537d648ceb29527c601005b /openwrt/package/pcre | |
parent | 6a8b115a633aceca34046d89ca72c11f2e0fc50d (diff) | |
download | mtk-20170518-0ea452e26f8e0fc89e1e5a84a52b0e3e36a2463c.zip mtk-20170518-0ea452e26f8e0fc89e1e5a84a52b0e3e36a2463c.tar.gz mtk-20170518-0ea452e26f8e0fc89e1e5a84a52b0e3e36a2463c.tar.bz2 |
Set download url to sourceforge
SVN-Revision: 1153
Diffstat (limited to 'openwrt/package/pcre')
-rw-r--r-- | openwrt/package/pcre/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/pcre/Makefile b/openwrt/package/pcre/Makefile index 3ebfdc1..0172c28 100644 --- a/openwrt/package/pcre/Makefile +++ b/openwrt/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 |