Skip to content

Commit cbf585b

Browse files
authored
chore: bump pcre 8.44 → 8.45 (#1169)
pcre 8.45 is the final release of PCRE1. No need to add that to the update dependencies script until SWIG allows using PCRE2.
1 parent 2e49449 commit cbf585b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ COPY build_scripts/build-swig.sh /build_scripts/
8787
RUN export SWIG_ROOT=swig-4.0.2 && \
8888
export SWIG_HASH=d53be9730d8d58a16bf0cbd1f8ac0c0c3e1090573168bfa151b01eb47fa906fc && \
8989
export SWIG_DOWNLOAD_URL=https://sourceforge.net/projects/swig/files/swig/${SWIG_ROOT} && \
90-
export PCRE_ROOT=pcre-8.44 && \
91-
export PCRE_HASH=aecafd4af3bd0f3935721af77b889d9024b2e01d96b58471bd91a3063fb47728 && \
90+
export PCRE_ROOT=pcre-8.45 && \
91+
export PCRE_HASH=4e6ce03e0336e8b4a3d6c2b70b1c5e18590a5673a98186da90d4f33c23defc09 && \
9292
export PCRE_DOWNLOAD_URL=https://ftp.pcre.org/pub/pcre && \
9393
manylinux-entrypoint /build_scripts/build-swig.sh
9494

0 commit comments

Comments
 (0)