Provisioning: Update emsdk to 3.0.0

emsdk 3.0.0 is the minimum/recommended version for
Qt 6.3.

The python/node/jre versions appear to be unchanged.
Remove the unused versionTag variable.

Change-Id: Ic7b72691295040f899a22c54066b0aea3995cd7a
Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
This commit is contained in:
Morten Johan Sørvig
2021-11-30 13:03:53 +01:00
parent 1e24a91028
commit 6f1ef4d3f6
2 changed files with 2 additions and 3 deletions

View File

@@ -35,7 +35,7 @@
# shellcheck source=./SetEnvVar.sh
source "${BASH_SOURCE%/*}/SetEnvVar.sh"
version="2.0.14"
version="3.0.0"
versionNode="v14.15.5"
mkdir -p /opt

View File

@@ -35,8 +35,7 @@
# This script will install emscripten needed by WebAssembly
$version = "2.0.14"
$versionTag="fc5562126762ab26c4757147a3b4c24e85a7289e"
$version = "3.0.0"
$versionNode = "14.15.5"
$versionWinPython = "3.9.2-1"
$versionJre = "8.152"