diff options
author | Shane Peelar <lookatyouhacker@gmail.com> | 2017-08-23 07:57:19 -0400 |
---|---|---|
committer | Shane Peelar <lookatyouhacker@gmail.com> | 2017-08-23 16:46:03 -0400 |
commit | 8a8d3e434b45bcf56667c8668df1a2b28d1ad452 (patch) | |
tree | 9420f9739834a16520842b906aeac6d5e71ea2e4 /libs/pcre2 | |
parent | 31b7e8fbc70eeac5e37c4fdeb41e5351dbefd3f1 (diff) |
pcre2: Update PKG_SOURCE to use Sourceforge
Signed-off-by: Shane Peelar <lookatyouhacker@gmail.com>
Diffstat (limited to 'libs/pcre2')
-rw-r--r-- | libs/pcre2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 <lookatyouhacker@gmail.com> |