[PATCH 2/4] pcre2: use official mirror

Dominick Grift dominick.grift at defensec.nl
Thu May 19 09:37:29 PDT 2022


the mirror on sourceforge is not official and it is no longer maintained

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

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 at gmail.com>
-- 
2.36.1




More information about the openwrt-devel mailing list