diff options
author | Ørjan Malde <red@foxi.me> | 2022-12-07 19:24:40 +0100 |
---|---|---|
committer | Ørjan Malde <red@foxi.me> | 2022-12-07 19:24:40 +0100 |
commit | e57a54833fb1380d4261bfa8fa6e2e636e4a1107 (patch) | |
tree | 1a67bc867a58a15bf89a8bff586432abe99ecf0e /groups | |
parent | bff81f0d26e5fe0487e3542a1a242cdb67b1a884 (diff) | |
download | midipix_build-e57a54833fb1380d4261bfa8fa6e2e636e4a1107.tar.bz2 midipix_build-e57a54833fb1380d4261bfa8fa6e2e636e4a1107.tar.xz |
groups/231.native_packages_etc.group: pcre2: bump to v10.41
Signed-off-by: Ørjan Malde <red@foxi.me>
Diffstat (limited to 'groups')
-rw-r--r-- | groups/231.native_packages_etc.group | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/groups/231.native_packages_etc.group b/groups/231.native_packages_etc.group index f96b82bc..dc7401b2 100644 --- a/groups/231.native_packages_etc.group +++ b/groups/231.native_packages_etc.group @@ -373,8 +373,8 @@ gl_cv_func_getopt_gnu=yes"}; : ${PKG_PCRE_VERSION:=8.45}; : ${PKG_PCRE_URL:=https://ftp.pcre.org/pub/pcre/pcre-${PKG_PCRE_VERSION}.tar.bz2}; : ${PKG_PCRE2_DEPENDS:="bzip2 libz"}; -: ${PKG_PCRE2_SHA256SUM:=14e4b83c4783933dc17e964318e6324f7cae1bc75d8f3c79bc6969f00c159d68}; -: ${PKG_PCRE2_VERSION:=10.40}; +: ${PKG_PCRE2_SHA256SUM:=0f78cebd3e28e346475fb92e95fe9999945b4cbaad5f3b42aca47b887fb53308}; +: ${PKG_PCRE2_VERSION:=10.41}; : ${PKG_PCRE2_URL:=https://github.com/PCRE2Project/pcre2/releases/download/pcre2-${PKG_PCRE2_VERSION}/pcre2-${PKG_PCRE2_VERSION}.tar.bz2}; : ${PKG_PCRE2_CONFIGURE_ARGS_EXTRA:="--enable-pcre2grep-libz --enable-pcre2grep-libbz2 --enable-pcre2-16 --enable-pcre2-32 --enable-jit"}; : ${PKG_PHP_DEPENDS:="bzip2 curl libz libzip libxml2 libxslt sqlite3 pcre2 readline libressl onig libiconv"}; |