From 8a8d3e434b45bcf56667c8668df1a2b28d1ad452 Mon Sep 17 00:00:00 2001 From: Shane Peelar Date: Wed, 23 Aug 2017 07:57:19 -0400 Subject: [PATCH] pcre2: Update PKG_SOURCE to use Sourceforge Signed-off-by: Shane Peelar --- libs/pcre2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/pcre2/Makefile b/libs/pcre2/Makefile index 54af681f2b..a6b079d36d 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