[find/acquire python] Update to v1.1.2 from v1.1.1

This commit is contained in:
Alexander Karatarakis 2017-02-21 19:39:53 -08:00
parent 4dc8f546f6
commit b831a7d9ee

View File

@ -59,9 +59,9 @@ function(vcpkg_find_acquire_program VAR)
elseif(VAR MATCHES "JOM")
set(PROGNAME jom)
set(PATHS ${DOWNLOADS}/tools/jom)
set(URL "http://download.qt.io/official_releases/jom/jom_1_1_1.zip")
set(ARCHIVE "jom_1_1_1.zip")
set(HASH 23a26dc7e29979bec5dcd3bfcabf76397b93ace64f5d46f2254d6420158bac5eff1c1a8454e3427e7a2fe2c233c5f2cffc87b376772399e12e40b51be2c065f4)
set(URL "http://download.qt.io/official_releases/jom/jom_1_1_2.zip")
set(ARCHIVE "jom_1_1_2.zip")
set(HASH 830cd94ed6518fbe4604a0f5a3322671b4674b87d25a71349c745500d38e85c0fac4f6995242fc5521eb048e3966bb5ec2a96a06b041343ed8da9bba78124f34)
elseif(VAR MATCHES "7Z")
set(PROGNAME 7z)
set(PATHS "${PROGRAM_FILES_PLATFORM_BITNESS}/7-Zip" "${PROGRAM_FILES_32_BIT}/7-Zip" ${DOWNLOADS}/tools/7z/Files/7-Zip)