mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-03-03 07:44:43 +00:00
emscripten: Update to version 5.0.2
This commit is contained in:
parent
2bda2ee353
commit
efa5d99a97
@ -1,6 +1,6 @@
|
||||
{
|
||||
"##": ".bat won't be able to modify shell sessions of PowerShell, Fish, Bash etc. Therefore env_add_path is required.",
|
||||
"version": "5.0.1",
|
||||
"version": "5.0.2",
|
||||
"description": "LLVM to WebAssembly compiler. Compiles C/C++ to WebAssembly that can be run on most web browsers.",
|
||||
"homepage": "https://emscripten.org/",
|
||||
"license": "MIT|NCSA",
|
||||
@ -10,11 +10,11 @@
|
||||
],
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/emscripten-core/emsdk/archive/refs/tags/5.0.1.zip",
|
||||
"hash": "d7c492b6224c1452e556c9de23826bde499ed29fa5f9bd420df5198135d399b7"
|
||||
"url": "https://github.com/emscripten-core/emsdk/archive/refs/tags/5.0.2.zip",
|
||||
"hash": "ea1565740107a9b26a3c194fb812cb20747a779fdc370cc703087915442840ad"
|
||||
}
|
||||
},
|
||||
"extract_dir": "emsdk-5.0.1",
|
||||
"extract_dir": "emsdk-5.0.2",
|
||||
"pre_install": "if(!(Test-Path \"$persist_dir\\.emscripten\")) {New-Item \"$dir\\.emscripten\" -ItemType File | Out-Null}",
|
||||
"env_add_path": ".",
|
||||
"shortcuts": [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user