mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-11 03:01:22 +00:00
24 lines
705 B
JSON
24 lines
705 B
JSON
{
|
|
"version": "2.4.0",
|
|
"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.4.0/w4-windows.zip",
|
|
"hash": "b236aa3f8d586f03856390f04e077f4a54cf2c45159f39f51a86bf8d0d449eb6"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|