wasm: Fix provisioning machine with correct version of Emscripten

The SHA-1 hash was not properly updated after upgrading Emscripten
from version 3.1.25 to 3.1.37.

Change-Id: Iad2a8603ce6163545de432a35940c91ee47ffea8
Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
(cherry picked from commit 4c3df86e21)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Piotr Wierciński
2023-08-30 11:46:24 +02:00
committed by Qt Cherry-pick Bot
parent 25f5d682ac
commit b347a64cee

View File

@@ -49,7 +49,7 @@ versionNode="v14.18.2"
tarBallVersion=$(sed "s/\./\_/g" <<<"$version")
if uname -a |grep -q Darwin; then
tarBallPackage="emsdk_macos_${tarBallVersion}.tar.gz"
sha="e9369deda4013fc24e085affc9975833cb2d9872"
sha="fe9900b0f27ada608f25552dbd4a58bf62c6f05b"
else
tarBallPackage="emsdk_linux_${tarBallVersion}.tar.gz"
sha="000bbd5666d8fc1afbf2dce1a7938ef0efeeab3f"