Provisioning: Update OpenSSL to version 1.1.1g

Task-number: QTQAINFRA-3819
Change-Id: Ie7d0f3a0c73d123c3f3536e6b2dd2eb8608eb9cd
(cherry picked from commit 2ac3dd2d6f)
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
This commit is contained in:
Heikki Halmet
2020-06-22 09:43:37 +03:00
parent 75ae2c8579
commit 7143d018dc
5 changed files with 15 additions and 15 deletions

View File

@@ -43,9 +43,9 @@
# nmake install
$version = "1.1.1d"
$version = "1.1.1g"
$zip = Get-DownloadLocation ("openssl-$version.7z")
$sha1 = "2bf9379c4cea81858c4288cf06cc3444996bcad5"
$sha1 = "e94263ba067a5cc0ace17e26bb2f98c62d298b5a"
$url = "http://ci-files01-hki.intra.qt.io/input/openssl/openssl_${version}_prebuild_x86_windows7_msvc2010.zip"
Download $url $url $zip