mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
emscripten: Update to version 3.1.32
This commit is contained in:
parent
c03abbb24f
commit
3824a8964f
@ -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.31",
|
||||
"version": "3.1.32",
|
||||
"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.31.zip",
|
||||
"hash": "35d553575971f869210a50eda7f30e70b228f778f33dd590f107c81f4714a848"
|
||||
"url": "https://github.com/emscripten-core/emsdk/archive/refs/tags/3.1.32.zip",
|
||||
"hash": "2583468cc5c879db5b80ac90e14e9cfd708e014321ab8ca833149775f8f31d30"
|
||||
}
|
||||
},
|
||||
"extract_dir": "emsdk-3.1.31",
|
||||
"extract_dir": "emsdk-3.1.32",
|
||||
"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