mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-01 03:07:13 +08:00
Update emsdk_windows_3_1_37.zip SHA1
Amends13c53ef79fChange-Id: I941301daf06f92284d05a84f01b8e97f33c63891 Reviewed-by: Mikołaj Boc <Mikolaj.Boc@qt.io> (cherry picked from commit12a3ab0059) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
committed by
Qt Cherry-pick Bot
parent
19eb92a537
commit
46a8c416f9
@@ -49,10 +49,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.intra.qt.io/input/emsdk/${tarBallPackage}"
|
||||
target="/tmp/${tarBallPackage}"
|
||||
|
||||
@@ -45,7 +45,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"
|
||||
|
||||
Reference in New Issue
Block a user