diff mbox series

[2/4] pcre2: use official mirror

Message ID 20220519163731.164817-3-dominick.grift@defensec.nl
State New
Headers show
Series [1/4] pcre2: adds pcre2 to base | expand

Commit Message

Dominick Grift May 19, 2022, 4:37 p.m. UTC
the mirror on sourceforge is not official and it is no longer maintained

Signed-off-by: Dominick Grift <dominick.grift@defensec.nl>
---
 package/libs/pcre2/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/package/libs/pcre2/Makefile b/package/libs/pcre2/Makefile
index 4e75a1cda9..98910bb3ef 100644
--- a/package/libs/pcre2/Makefile
+++ b/package/libs/pcre2/Makefile
@@ -12,7 +12,7 @@  PKG_VERSION:=10.37
 PKG_RELEASE:=$(AUTORELEASE)
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
-PKG_SOURCE_URL:=@SF/pcre/$(PKG_NAME)/$(PKG_VERSION)
+PKG_SOURCE_URL:=https://github.com/pcre2project/pcre2/releases/download/$(PKG_NAME)-$(PKG_VERSION)
 PKG_HASH:=4d95a96e8b80529893b4562be12648d798b957b1ba1aae39606bbc2ab956d270
 
 PKG_MAINTAINER:=Shane Peelar <lookatyouhacker@gmail.com>