mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
emscripten: Update to version 3.1.14
This commit is contained in:
parent
e3c5804015
commit
b17435007b
@ -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.13",
|
||||
"version": "3.1.14",
|
||||
"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.13.zip",
|
||||
"hash": "a84b34c087ce757f30daa4e1a5fc720caebb0429db02b563f2326aed080285df"
|
||||
"url": "https://github.com/emscripten-core/emsdk/archive/refs/tags/3.1.14.zip",
|
||||
"hash": "bfc1c8838b529b9402f49de2048b4f697eb72d6e1981e2a0261757c34b710f42"
|
||||
}
|
||||
},
|
||||
"extract_dir": "emsdk-3.1.13",
|
||||
"extract_dir": "emsdk-3.1.14",
|
||||
"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