Skip to content

Commit

Permalink
Merge pull request #223 from cooljimy84/patch-1
Browse files Browse the repository at this point in the history
change download source
  • Loading branch information
krisgesling authored Apr 4, 2022
2 parents f5ab551 + 0ad729d commit d561f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ if [ "x${HAVE_PCRE2}" = "xno" ]; then
# Prepare pcre2-10.23 source:
(mkdir -p "${WORKDIR}/thirdparty/" && \
cd "${WORKDIR}/thirdparty" && \
wget "ftp://ftp.pcre.org/pub/pcre/pcre2-10.23.zip"
wget "https://master.dl.sourceforge.net/project/pcre/pcre2/10.23/pcre2-10.23.zip"
echo "56c07f59ccd052ccdbdedadf24574a63 pcre2-10.23.zip" | md5sum -c || exit 1
unzip "pcre2-10.23.zip" && \
cd "pcre2-10.23" && \
Expand Down

0 comments on commit d561f87

Please sign in to comment.