diff options
| author | MichaĆ Janiszewski <janisozaur@users.noreply.github.com> | 2020-08-24 19:50:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-24 10:50:30 -0700 |
| commit | 723a5c2199fc8d452ce3b7c59778fc570633bcbf (patch) | |
| tree | 8ec7ff0e462028fc6e477dd0102a3c5ecf278ecf /scripts/cmake/vcpkg_find_acquire_program.cmake | |
| parent | 20678a5fe789aebf4cb7687b555c965776447b63 (diff) | |
| download | vcpkg-723a5c2199fc8d452ce3b7c59778fc570633bcbf.tar.gz vcpkg-723a5c2199fc8d452ce3b7c59778fc570633bcbf.zip | |
[vcpkg] Use https sources for common tools (#12738)
Diffstat (limited to 'scripts/cmake/vcpkg_find_acquire_program.cmake')
| -rw-r--r-- | scripts/cmake/vcpkg_find_acquire_program.cmake | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/cmake/vcpkg_find_acquire_program.cmake b/scripts/cmake/vcpkg_find_acquire_program.cmake index 0a9ed4507..b20011c19 100644 --- a/scripts/cmake/vcpkg_find_acquire_program.cmake +++ b/scripts/cmake/vcpkg_find_acquire_program.cmake @@ -79,8 +79,8 @@ function(vcpkg_find_acquire_program VAR) set(BREW_PACKAGE_NAME "nasm") set(APT_PACKAGE_NAME "nasm") set(URL - "http://www.nasm.us/pub/nasm/releasebuilds/2.14.02/win32/nasm-2.14.02-win32.zip" - "http://fossies.org/windows/misc/nasm-2.14.02-win32.zip" + "https://www.nasm.us/pub/nasm/releasebuilds/2.14.02/win32/nasm-2.14.02-win32.zip" + "https://fossies.org/windows/misc/nasm-2.14.02-win32.zip" ) set(ARCHIVE "nasm-2.14.02-win32.zip") set(HASH a0f16a9f3b668b086e3c4e23a33ff725998e120f2e3ccac8c28293fd4faeae6fc59398919e1b89eed7461685d2730de02f2eb83e321f73609f35bf6b17a23d1e) @@ -192,8 +192,8 @@ function(vcpkg_find_acquire_program VAR) set(SUBDIR "jom-1.1.3") set(PATHS ${DOWNLOADS}/tools/jom/${SUBDIR}) set(URL - "http://download.qt.io/official_releases/jom/jom_1_1_3.zip" - "http://mirrors.ocf.berkeley.edu/qt/official_releases/jom/jom_1_1_3.zip" + "https://download.qt.io/official_releases/jom/jom_1_1_3.zip" + "https://mirrors.ocf.berkeley.edu/qt/official_releases/jom/jom_1_1_3.zip" ) set(ARCHIVE "jom_1_1_3.zip") set(HASH 5b158ead86be4eb3a6780928d9163f8562372f30bde051d8c281d81027b766119a6e9241166b91de0aa6146836cea77e5121290e62e31b7a959407840fc57b33) @@ -344,7 +344,7 @@ function(vcpkg_find_acquire_program VAR) set(DOXYGEN_VERSION 1.8.17) set(PATHS ${DOWNLOADS}/tools/doxygen) set(URL - "http://doxygen.nl/files/doxygen-${DOXYGEN_VERSION}.windows.bin.zip" + "https://doxygen.nl/files/doxygen-${DOXYGEN_VERSION}.windows.bin.zip" "https://sourceforge.net/projects/doxygen/files/rel-${DOXYGEN_VERSION}/doxygen-${DOXYGEN_VERSION}.windows.bin.zip") set(ARCHIVE "doxygen-${DOXYGEN_VERSION}.windows.bin.zip") set(HASH 6bac47ec552486783a70cc73b44cf86b4ceda12aba6b52835c2221712bd0a6c845cecec178c9ddaa88237f5a781f797add528f47e4ed017c7888eb1dd2bc0b4b) |
