diff options
| author | past-due <30942300+past-due@users.noreply.github.com> | 2019-01-10 15:51:21 -0500 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2019-01-10 12:51:21 -0800 |
| commit | 1955e755b729fcc086fce76b82172a88ced22ca8 (patch) | |
| tree | d5c948f14743f473b937102ccdc468adf3dccc49 | |
| parent | 4d2ffdfbcf9ed9239549d8620af59e0469e56a4d (diff) | |
| download | vcpkg-1955e755b729fcc086fce76b82172a88ced22ca8.tar.gz vcpkg-1955e755b729fcc086fce76b82172a88ced22ca8.zip | |
[gettext] Add mirror (#5055)
* [gettext] Add mirror
* [gettext] http -> https for original download URL
| -rw-r--r-- | ports/gettext/portfile.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/gettext/portfile.cmake b/ports/gettext/portfile.cmake index 7f0b6bc12..2a26817d7 100644 --- a/ports/gettext/portfile.cmake +++ b/ports/gettext/portfile.cmake @@ -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 ) |
