mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
emscripten: Update to version 3.1.65
This commit is contained in:
parent
6197b0b89a
commit
ce97a7d9d0
@ -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.64",
|
||||
"version": "3.1.65",
|
||||
"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.64.zip",
|
||||
"hash": "2a61fc9d271cab441918b9495d1103c56b5062fd46c721e2d988a6dbbdf6cd01"
|
||||
"url": "https://github.com/emscripten-core/emsdk/archive/refs/tags/3.1.65.zip",
|
||||
"hash": "4edf9424ae092c18baf7c4a119d889cb78603edcda505a359197f75a8df8251a"
|
||||
}
|
||||
},
|
||||
"extract_dir": "emsdk-3.1.64",
|
||||
"extract_dir": "emsdk-3.1.65",
|
||||
"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