Skip to content

Commit

Permalink
[pcre] Update download URL (microsoft#7666)
Browse files Browse the repository at this point in the history
* [pcre] Update download URL

- ftp.csx.cam.ac.uk is no longer available.
  Use https://ftp.pcre.org/pub/pcre/ instead

* [pcre] Fix typo in Description of CONTROL file
  • Loading branch information
c72578 authored and cbezault committed Aug 27, 2019
1 parent b23e2fc commit d143827
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ports/pcre/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Source: pcre
Version: 8.41-2
Description: Perl Compatible Regular Expresions
Description: Perl Compatible Regular Expressions
2 changes: 1 addition & 1 deletion ports/pcre/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set(PCRE_VERSION 8.41)
include(vcpkg_common_functions)
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/pcre-${PCRE_VERSION})
vcpkg_download_distfile(ARCHIVE
URLS "ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-${PCRE_VERSION}.zip"
URLS "https://ftp.pcre.org/pub/pcre/pcre-${PCRE_VERSION}.zip"
"https://downloads.sourceforge.net/project/pcre/pcre/${PCRE_VERSION}/pcre-${PCRE_VERSION}.zip"
FILENAME "pcre-${PCRE_VERSION}.zip"
SHA512 a3fd57090a5d9ce9d608aeecd59f42f04deea5b86a5c5899bdb25b18d8ec3a89b2b52b62e325c6485a87411eb65f1421604f80c3eaa653bd7dbab05ad22795ea
Expand Down

0 comments on commit d143827

Please sign in to comment.