scoop-games/bucket/cataclysm-dda-tiles-experimental.json

43 lines
1.6 KiB
JSON

{
"version": "2022-09-04-0601",
"description": "Roguelike in a post-apocalyptic world (with sprite-based graphics, experimental build)",
"homepage": "https://cataclysmdda.org",
"license": "CC-BY-SA-3.0",
"architecture": {
"32bit": {
"url": "https://github.com/CleverRaven/Cataclysm-DDA/releases/download/cdda-experimental-2022-09-04-0601/cdda-windows-tiles-x32-2022-09-04-0601.zip",
"hash": "638f7eb8fafa8c5d21dbff63ec53ebcc23af54e05669e30faa4170b292ea5db8"
},
"64bit": {
"url": "https://github.com/CleverRaven/Cataclysm-DDA/releases/download/cdda-experimental-2022-09-04-0601/cdda-windows-tiles-x64-2022-09-04-0601.zip",
"hash": "927c55c79375303ab2eaf90ea5e908a53056bf21e669def988973ab25010cb0b"
}
},
"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": {
"32bit": {
"url": "https://github.com/CleverRaven/Cataclysm-DDA/releases/download/cdda-experimental-$version/cdda-windows-tiles-x32-$version.zip"
},
"64bit": {
"url": "https://github.com/CleverRaven/Cataclysm-DDA/releases/download/cdda-experimental-$version/cdda-windows-tiles-x64-$version.zip"
}
}
}
}