mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
emscripten: Update to version 3.1.69
This commit is contained in:
parent
7024bf3752
commit
9ad09153fb
@ -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.68",
|
||||
"version": "3.1.69",
|
||||
"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.68.zip",
|
||||
"hash": "f781c98db7c84cb0749faaa4ba03a02f34be6a83c6adac958be9bf375f77dadd"
|
||||
"url": "https://github.com/emscripten-core/emsdk/archive/refs/tags/3.1.69.zip",
|
||||
"hash": "0d37bccdfc4d9a1ffa849b2d979e096d8f773ae27d868c3ca41d92373ae046a8"
|
||||
}
|
||||
},
|
||||
"extract_dir": "emsdk-3.1.68",
|
||||
"extract_dir": "emsdk-3.1.69",
|
||||
"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