mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
emscripten: Update to version 3.1.17
This commit is contained in:
parent
0499080af2
commit
2b87b4a4f7
@ -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.16",
|
||||
"version": "3.1.17",
|
||||
"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.16.zip",
|
||||
"hash": "26ec8768a7ba21ef8c9c982320c18a6108942dad61c649830f9249f2f0fa49ab"
|
||||
"url": "https://github.com/emscripten-core/emsdk/archive/refs/tags/3.1.17.zip",
|
||||
"hash": "1c27a29ce43db449658e0277a1a57a7e0f327a336aa844ff5d77c5fd6962abdd"
|
||||
}
|
||||
},
|
||||
"extract_dir": "emsdk-3.1.16",
|
||||
"extract_dir": "emsdk-3.1.17",
|
||||
"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