mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
emscripten: Update to version 3.1.63
This commit is contained in:
parent
f69de15877
commit
ff33593b2d
@ -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.62",
|
||||
"version": "3.1.63",
|
||||
"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.62.zip",
|
||||
"hash": "b82ca9a82f6009dac493d72d2f293d28531a6c220d7479eaa682fe7dd38c4f3e"
|
||||
"url": "https://github.com/emscripten-core/emsdk/archive/refs/tags/3.1.63.zip",
|
||||
"hash": "258802de60c02ca950b7b795cd3003ac4aa4798828a89d1a9bf78555a16e00ad"
|
||||
}
|
||||
},
|
||||
"extract_dir": "emsdk-3.1.62",
|
||||
"extract_dir": "emsdk-3.1.63",
|
||||
"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