mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 22:10:04 +08:00
[gettext] Add mirror (#5055)
* [gettext] Add mirror * [gettext] http -> https for original download URL
This commit is contained in:
parent
4d2ffdfbcf
commit
1955e755b7
@ -8,7 +8,7 @@ endif()
|
||||
include(vcpkg_common_functions)
|
||||
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/gettext-0.19)
|
||||
vcpkg_download_distfile(ARCHIVE
|
||||
URLS "http://ftp.gnu.org/pub/gnu/gettext/gettext-0.19.tar.gz"
|
||||
URLS "https://ftp.gnu.org/pub/gnu/gettext/gettext-0.19.tar.gz" "https://www.mirrorservice.org/sites/ftp.gnu.org/gnu/gettext/gettext-0.19.tar.gz"
|
||||
FILENAME "gettext-0.19.tar.gz"
|
||||
SHA512 a5db035c582ff49d45ee6eab9466b2bef918e413a882019c204a9d8903cb3770ddfecd32c971ea7c7b037c7b69476cf7c56dcabc8b498b94ab99f132516c9922
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user