mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-02 22:14:30 +00:00
emscripten: Update to version 3.1.59
This commit is contained in:
parent
84ab65cc7e
commit
335779dadf
@ -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.58",
|
||||
"version": "3.1.59",
|
||||
"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.58.zip",
|
||||
"hash": "b612123122a2747682f6e80091e973956e38c34cea35c867caa1bb740ec910b4"
|
||||
"url": "https://github.com/emscripten-core/emsdk/archive/refs/tags/3.1.59.zip",
|
||||
"hash": "79a6018131415d88f95446f72d1ec145211106576671d7e0d12f8ee19813ad04"
|
||||
}
|
||||
},
|
||||
"extract_dir": "emsdk-3.1.58",
|
||||
"extract_dir": "emsdk-3.1.59",
|
||||
"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