mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 02:57:09 +01:00
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
This commit is contained in:
parent
268d7bb406
commit
23d7b88a39
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user