Skip to content

Commit 20eb1aa

Browse files
committed
libs::pcre2: update to version 10.47
Update pcre2 library to version 10.47 to fix build problems with newer toolchains. Signed-off-by: Matthias Lange <matthias.lange@kernkonzept.com>
1 parent f1fadac commit 20eb1aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

recipes/libs/pcre2.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
inherit: [autotools]
22

33
metaEnvironment:
4-
PKG_VERSION: "10.44"
4+
PKG_VERSION: "10.47"
55
PKG_LICENSE: "BSD-3-Clause"
66

77
checkoutSCM:
88
scm: url
99
url: ${GITHUB_MIRROR}/PCRE2Project/pcre2/releases/download/pcre2-${PKG_VERSION}/pcre2-${PKG_VERSION}.tar.bz2
10-
digestSHA1: ddc37244d49d74ecae510d9d860b812e6e59611a
10+
digestSHA256: 47fe8c99461250d42f89e6e8fdaeba9da057855d06eb7fc08d9ca03fd08d7bc7
1111
stripComponents: 1
1212

1313
buildTools: [m4]

0 commit comments

Comments
 (0)