changeset 6570:15c0fb45e36f

* src/pcre2.mk: update to v10.42
author John Donoghue <john.donoghue@ieee.org>
date Thu, 15 Dec 2022 08:49:55 -0500
parents f07d1a1f28b7
children 5865e423e485
files src/pcre2.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/pcre2.mk	Wed Dec 14 11:47:40 2022 +0100
+++ b/src/pcre2.mk	Thu Dec 15 08:49:55 2022 -0500
@@ -3,8 +3,8 @@
 
 PKG             := pcre2
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 10.41
-$(PKG)_CHECKSUM := ea443ae87a4f5ab925a69cb3090605998061faed
+$(PKG)_VERSION  := 10.42
+$(PKG)_CHECKSUM := 9876f2165ed6ee38d1853a8e2eaafdfbcb291b76
 $(PKG)_SUBDIR   := pcre2-$($(PKG)_VERSION)
 $(PKG)_FILE     := pcre2-$($(PKG)_VERSION).tar.bz2
 $(PKG)_URL      := https://github.com/PCRE2Project/$(PKG)/releases/download/$(PKG)-$($(PKG)_VERSION)/$($(PKG)_FILE)