Skip to content

Commit

Permalink
Merge pull request #38 from vkurup/master
Browse files Browse the repository at this point in the history
Update PCRE URL
  • Loading branch information
josegonzalez authored Aug 12, 2019
2 parents ad8d7c4 + b0ce745 commit 9eae441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ fi

if [[ ! -d "${PCRE_TARBALL%.tar.gz}" ]]; then
echo "-----> Download and unzip pcre ${PCRE_VERSION} via ftp"
curl -sSL "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/${PCRE_TARBALL}" -o "${PCRE_TARBALL}"
curl -sSL "https://ftp.pcre.org/pub/pcre/${PCRE_TARBALL}" -o "${PCRE_TARBALL}"
tar xzf "${PCRE_TARBALL}" && rm -f "${PCRE_TARBALL}"
fi

Expand Down

0 comments on commit 9eae441

Please sign in to comment.