scoop-games/bucket/cataclysm-dda-tiles-experim...

43 lines
1.6 KiB
JSON

{
"homepage": "https://cataclysmdda.org",
"description": "Roguelike in a post-apocalyptic world (with sprite-based graphics, experimental build)",
"version": "2022-02-19-2313",
"license": "CC-BY-SA-3.0",
"architecture": {
"64bit": {
"url": "https://github.com/CleverRaven/Cataclysm-DDA/releases/download/cdda-experimental-2022-02-19-2313/cdda-windows-tiles-x64-2022-02-19-2313.zip",
"hash": "2b082cb69c3a3cbd860ea25667b64cdc1759dda31eab433f0bb1471fa87a87f2"
},
"32bit": {
"url": "https://github.com/CleverRaven/Cataclysm-DDA/releases/download/cdda-experimental-2022-02-19-2313/cdda-windows-tiles-x32-2022-02-19-2313.zip",
"hash": "fb7ba07fd331fb8763d7b87675e99961211936880e78cd8506c11557c2cb7a05"
}
},
"shortcuts": [
[
"cataclysm-tiles.exe",
"Cataclysm DDA\\Cataclysm DDA Tiles (Experimental)"
]
],
"persist": [
"config",
"save",
"sound",
"templates"
],
"checkver": {
"url": "https://github.com/CleverRaven/Cataclysm-DDA/releases/",
"re": "Cataclysm-DDA experimental build ([\\d.-]+)(<)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/CleverRaven/Cataclysm-DDA/releases/download/cdda-experimental-$version/cdda-windows-tiles-x64-$version.zip"
},
"32bit": {
"url": "https://github.com/CleverRaven/Cataclysm-DDA/releases/download/cdda-experimental-$version/cdda-windows-tiles-x32-$version.zip"
}
}
}
}