mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
emscripten: Update to version 3.1.22
This commit is contained in:
parent
5cfe69f886
commit
e0faa34fc6
@ -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": "3.1.21",
|
||||
"version": "3.1.22",
|
||||
"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/3.1.21.zip",
|
||||
"hash": "54eb20273ae207221a7c7ec0c9392356554fb7e206c942a3ea4dbfafeb99f88d"
|
||||
"url": "https://github.com/emscripten-core/emsdk/archive/refs/tags/3.1.22.zip",
|
||||
"hash": "29ec3547fd7049b2f00f13234a53b891c8f2310b0bb76f58bc54d7baef29c13c"
|
||||
}
|
||||
},
|
||||
"extract_dir": "emsdk-3.1.21",
|
||||
"extract_dir": "emsdk-3.1.22",
|
||||
"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