mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
emscripten: Update to version 3.1.67
This commit is contained in:
parent
62b7f71c05
commit
1edd98ae88
@ -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.66",
|
||||
"version": "3.1.67",
|
||||
"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.66.zip",
|
||||
"hash": "16c76de9e617b53b00955b0c70adc02114d00ce925beeeb051f7840a3883ff83"
|
||||
"url": "https://github.com/emscripten-core/emsdk/archive/refs/tags/3.1.67.zip",
|
||||
"hash": "1821eef48558842068a9876eece67ec8442d160cceddb352ef16c934d33822aa"
|
||||
}
|
||||
},
|
||||
"extract_dir": "emsdk-3.1.66",
|
||||
"extract_dir": "emsdk-3.1.67",
|
||||
"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