scoop-games/bucket/stella.json

36 lines
1.0 KiB
JSON
Raw Normal View History

2019-07-24 02:55:51 -07:00
{
"homepage": "https://stella-emu.github.io/",
2019-07-27 07:48:49 -07:00
"description": "Multi-platform Atari 2600 VCS emulator",
2021-01-26 16:30:10 -08:00
"version": "6.5.1",
2019-07-24 02:55:51 -07:00
"license": "GPL-2.0-only",
2021-01-26 16:30:10 -08:00
"url": "https://github.com/stella-emu/stella/releases/download/6.5.1/Stella-6.5.1-windows.zip",
"hash": "e61053b046d082bb4d098d0572bf1cb00a465214c7f0f392402cdd972795a34c",
"extract_dir": "Stella-6.5.1",
2019-07-24 02:55:51 -07:00
"architecture": {
"32bit": {
"shortcuts": [
[
"32-bit/Stella.exe",
"Stella"
]
]
},
"64bit": {
"shortcuts": [
[
"64-bit/Stella.exe",
"Stella"
]
]
}
},
"persist": "config",
"checkver": {
"github": "https://github.com/stella-emu/stella"
},
"autoupdate": {
"url": "https://github.com/stella-emu/stella/releases/download/$version/Stella-$version-windows.zip",
"extract_dir": "Stella-$version"
}
}