[openwrt/openwrt] pcre2: switch to Github Releases and bump to 10.42
LEDE Commits
lede-commits at lists.infradead.org
Sat May 20 03:28:01 PDT 2023
nick pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/c0ef48814ea6dbd8c60b31af622c9ff4b163959f
commit c0ef48814ea6dbd8c60b31af622c9ff4b163959f
Author: Linhui Liu <liulinhui36 at gmail.com>
AuthorDate: Fri May 19 23:06:08 2023 +0800
pcre2: switch to Github Releases and bump to 10.42
The mirror at SourceForge is an unofficial mirror and no longer maintained.
ChangeLogs:
https://github.com/PCRE2Project/pcre2/blob/pcre2-10.42/ChangeLog
Signed-off-by: Linhui Liu <liulinhui36 at gmail.com>
---
package/libs/pcre2/Makefile | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/libs/pcre2/Makefile b/package/libs/pcre2/Makefile
index ca761cc36d..d178e3cd04 100644
--- a/package/libs/pcre2/Makefile
+++ b/package/libs/pcre2/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=pcre2
-PKG_VERSION:=10.37
-PKG_RELEASE:=2
+PKG_VERSION:=10.42
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
-PKG_SOURCE_URL:=@SF/pcre/$(PKG_NAME)/$(PKG_VERSION)
-PKG_HASH:=4d95a96e8b80529893b4562be12648d798b957b1ba1aae39606bbc2ab956d270
+PKG_SOURCE_URL:=https://github.com/PCRE2Project/pcre2/releases/download/$(PKG_NAME)-$(PKG_VERSION)
+PKG_HASH:=8d36cd8cb6ea2a4c2bb358ff6411b0c788633a2a45dabbf1aeb4b701d1b5e840
PKG_MAINTAINER:=Shane Peelar <lookatyouhacker at gmail.com>
PKG_LICENSE:=BSD-3-Clause
More information about the lede-commits
mailing list