chore: bump pcre2

e127ac5738af6caa9679e82d4fa49a91416c4f5c4cbaf5189c04c99fc3f1b30e pcre2
This commit is contained in:
ConYel 2024-10-10 23:12:51 +02:00
parent 0356639e9a
commit e0f3647733
No known key found for this signature in database
GPG key ID: DD9F5D50CAA0BAD4

View file

@ -1,7 +1,7 @@
FROM scratch AS base
ARG ARCH=x86_64
ENV VERSION=10.43
ENV SRC_HASH=f0048e26b02bdfaf43b8cec75030a9c2fe28552bf5caa693d3ccbf4d886fa930
ENV VERSION=10.44
ENV SRC_HASH=07a002e8216382a96f722bc4a831f3d77457fe3e9e62a6dff250a2dd0e9c5e6d
ENV SRC_FILE=pcre2-${VERSION}.tar.gz
ENV SRC_SITE=https://github.com/PCRE2Project/pcre2/archive/refs/tags/${SRC_FILE}