mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-12 19:51:22 +00:00
* add initial wasm4 * add hash and executable * Update bucket/wasm4.json Co-authored-by: tech189 <dlloyd189@gmail.com> * Update bucket/wasm4.json Co-authored-by: tech189 <dlloyd189@gmail.com> Co-authored-by: tech189 <dlloyd189@gmail.com>
24 lines
705 B
JSON
24 lines
705 B
JSON
{
|
|
"version": "2.3.2",
|
|
"description": "Build retro games using WebAssembly for a fantasy console.",
|
|
"homepage": "https://wasm4.org/",
|
|
"license": "ISC",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/aduros/wasm4/releases/download/v2.3.2/w4-windows.zip",
|
|
"hash": "78009bbf7fec4a254e1945ca1aa4ac9772c9f108b96d2bdedc5b6e3e6bd10c4e"
|
|
}
|
|
},
|
|
"bin": "w4.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/aduros/wasm4"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/aduros/wasm4/releases/download/v$version/w4-windows.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|