mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 13:49:09 +08:00
[pcre] Update download URL (#7666)
* [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
This commit is contained in:
parent
b23e2fc941
commit
d143827ae8
@ -1,3 +1,3 @@
|
||||
Source: pcre
|
||||
Version: 8.41-2
|
||||
Description: Perl Compatible Regular Expresions
|
||||
Description: Perl Compatible Regular Expressions
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user