aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Barré-Brisebois <colinbb@gmail.com>2020-01-27 17:44:33 -0500
committerVictor Romero <romerosanchezv@gmail.com>2020-01-27 14:44:33 -0800
commit23d7b88a39e2e02f4a3dbba2e6f4975ae4400b7e (patch)
tree7199df14388e3366a79824750412a5bb0b38c29e
parent268d7bb406bef5aea66a79c91d4ebc981c5a9860 (diff)
downloadvcpkg-23d7b88a39e2e02f4a3dbba2e6f4975ae4400b7e.tar.gz
vcpkg-23d7b88a39e2e02f4a3dbba2e6f4975ae4400b7e.zip
Update the repo for jom 1.1.3 (#9265)
* Update the repo for jom 1.1.3 - The qt repo is unreliable, often down. Use the Berkeley mirror instead. * Set two possible URLs for JOM v1.1.3 * Update indent to match coding style
-rw-r--r--scripts/cmake/vcpkg_find_acquire_program.cmake5
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/cmake/vcpkg_find_acquire_program.cmake b/scripts/cmake/vcpkg_find_acquire_program.cmake
index 038e50b36..6f23d05b6 100644
--- a/scripts/cmake/vcpkg_find_acquire_program.cmake
+++ b/scripts/cmake/vcpkg_find_acquire_program.cmake
@@ -127,7 +127,10 @@ function(vcpkg_find_acquire_program VAR)
set(PROGNAME jom)
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")
+ 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"
+ )
set(ARCHIVE "jom_1_1_3.zip")
set(HASH 5b158ead86be4eb3a6780928d9163f8562372f30bde051d8c281d81027b766119a6e9241166b91de0aa6146836cea77e5121290e62e31b7a959407840fc57b33)
elseif(VAR MATCHES "7Z")