mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-17 12:51:19 +00:00
emscripten: Update to version 3.1.71
This commit is contained in:
parent
f3aa445cb1
commit
820ae354ee
@ -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.70",
|
||||
"version": "3.1.71",
|
||||
"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.70.zip",
|
||||
"hash": "1f761a53aebf458464d335048553e05c54e94791e472021dfbe73ed5b6fb0736"
|
||||
"url": "https://github.com/emscripten-core/emsdk/archive/refs/tags/3.1.71.zip",
|
||||
"hash": "5905804f8389fcab65fc3dfa5406b92d2543e60cb86edf33063856c7a1b427f9"
|
||||
}
|
||||
},
|
||||
"extract_dir": "emsdk-3.1.70",
|
||||
"extract_dir": "emsdk-3.1.71",
|
||||
"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