mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-24 01:21:31 +00:00
24 lines
705 B
JSON
24 lines
705 B
JSON
{
|
|
"version": "2.6.1",
|
|
"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.6.1/w4-windows.zip",
|
|
"hash": "b9ff2f6368688d1081dddb3f09348f7d823b163c381373c625e0db8f5c3a391d"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|