From: Shane Peelar Date: Wed, 23 Aug 2017 11:57:19 +0000 (-0400) Subject: pcre2: Update PKG_SOURCE to use Sourceforge X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=8a8d3e434b45bcf56667c8668df1a2b28d1ad452;p=openwrt-packages.git pcre2: Update PKG_SOURCE to use Sourceforge Signed-off-by: Shane Peelar --- diff --git a/libs/pcre2/Makefile b/libs/pcre2/Makefile index 54af681f2..a6b079d36 100644 --- a/libs/pcre2/Makefile +++ b/libs/pcre2/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=10.30 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/ +PKG_SOURCE_URL:=@SF/$(PKG_NAME) PKG_HASH:=90bd41c605d30e3745771eb81928d779f158081a51b2f314bbcc1f73de5773db PKG_MAINTAINER:=Shane Peelar