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",
|
2019-10-26 11:01:40 -07:00
|
|
|
"version": "6.0.2",
|
2019-07-24 02:55:51 -07:00
|
|
|
"license": "GPL-2.0-only",
|
2019-10-26 11:01:40 -07:00
|
|
|
"url": "https://github.com/stella-emu/stella/releases/download/6.0.2/Stella-6.0.2-windows.zip",
|
|
|
|
"hash": "c2cef20cca6f3009785d30d9cb96ec70837af1e84eb350f94c8d45d4ca04d07e",
|
|
|
|
"extract_dir": "Stella-6.0.2",
|
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"
|
|
|
|
}
|
|
|
|
}
|