Update emsdk_windows_3_1_37.zip SHA1

Amends 13c53ef79f

Pick-to: 6.6
Change-Id: I941301daf06f92284d05a84f01b8e97f33c63891
Reviewed-by: Mikołaj Boc <Mikolaj.Boc@qt.io>
This commit is contained in:
Amir Masoud Abdol
2023-08-11 13:40:55 +02:00
parent 09b407ce19
commit 12a3ab0059
2 changed files with 3 additions and 3 deletions

View File

@@ -13,10 +13,10 @@ versionNode="v14.18.2"
tarBallVersion=$(sed "s/\./\_/g" <<<"$version")
if uname -a |grep -q Darwin; then
tarBallPackage="emsdk_macos_${tarBallVersion}.tar.gz"
sha="33a3d1227e1409cfcb42d40c3e50108469bd5930"
sha="e9369deda4013fc24e085affc9975833cb2d9872"
else
tarBallPackage="emsdk_linux_${tarBallVersion}.tar.gz"
sha="7280f68da2cb232d8b5dca843706cb10e49ab901"
sha="000bbd5666d8fc1afbf2dce1a7938ef0efeeab3f"
fi
cacheUrl="https://ci-files01-hki.ci.qt.io/input/emsdk/${tarBallPackage}"
target="/tmp/${tarBallPackage}"

View File

@@ -9,7 +9,7 @@ $version = "3.1.37"
$zipVersion = $version -replace '\.', "_"
$temp = "$env:tmp"
$cacheUrl = "https://ci-files01-hki.ci.qt.io/input/emsdk/emsdk_windows_${zipVersion}.zip"
$sha = "cd180cae757e75316d50f2edc2f99a9d2eb83d5b"
$sha = "5e5c0f50a940be09b82bf8256434f4510270e208"
# Make sure python is in the path
Prepend-Path "C:\Python27"