mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
emscripten: Update to version 3.1.16
This commit is contained in:
parent
7d639d8255
commit
472b6ce568
@ -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.15",
|
||||
"version": "3.1.16",
|
||||
"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.15.zip",
|
||||
"hash": "bc06feb66e376f0184929e603d7c02dcd07646ed6f89281bf1478bb8947fbb0f"
|
||||
"url": "https://github.com/emscripten-core/emsdk/archive/refs/tags/3.1.16.zip",
|
||||
"hash": "26ec8768a7ba21ef8c9c982320c18a6108942dad61c649830f9249f2f0fa49ab"
|
||||
}
|
||||
},
|
||||
"extract_dir": "emsdk-3.1.15",
|
||||
"extract_dir": "emsdk-3.1.16",
|
||||
"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