mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
emscripten: Update to version 4.0.10
This commit is contained in:
parent
2ab7facb1e
commit
0cd2a01f6b
@ -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": "4.0.9",
|
||||
"version": "4.0.10",
|
||||
"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/4.0.9.zip",
|
||||
"hash": "30263c749b98503118e090a0019db0a6180f680bb5d717ae3db40d3ed1614e0e"
|
||||
"url": "https://github.com/emscripten-core/emsdk/archive/refs/tags/4.0.10.zip",
|
||||
"hash": "ec058146a1aa7c166e04fc7af560adfed05a9bbaed42821ad67fb2acbe666fd0"
|
||||
}
|
||||
},
|
||||
"extract_dir": "emsdk-4.0.9",
|
||||
"extract_dir": "emsdk-4.0.10",
|
||||
"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