Skip to content

Commit a352447

Browse files
authored
fix: pcre download URL (#1218)
1 parent 4dc838e commit a352447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ RUN export SWIG_ROOT=swig-4.0.2 && \
9595
export SWIG_DOWNLOAD_URL=https://sourceforge.net/projects/swig/files/swig/${SWIG_ROOT} && \
9696
export PCRE_ROOT=pcre-8.45 && \
9797
export PCRE_HASH=4e6ce03e0336e8b4a3d6c2b70b1c5e18590a5673a98186da90d4f33c23defc09 && \
98-
export PCRE_DOWNLOAD_URL=https://ftp.pcre.org/pub/pcre && \
98+
export PCRE_DOWNLOAD_URL=https://sourceforge.net/projects/pcre/files/pcre/8.45 && \
9999
manylinux-entrypoint /build_scripts/build-swig.sh
100100

101101

0 commit comments

Comments
 (0)