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-03-01-1530",
"license": "CC-BY-SA-3.0",
"architecture": {
"64bit": {
"url": "https://github.com/CleverRaven/Cataclysm-DDA/releases/download/cdda-experimental-2022-03-01-1530/cdda-windows-tiles-x64-2022-03-01-1530.zip",
"hash": "7483d8253a101ec25a3191c3c63bc132c61901841ecd61bdda47a126a0a5206a"
},
"32bit": {
"url": "https://github.com/CleverRaven/Cataclysm-DDA/releases/download/cdda-experimental-2022-03-01-1530/cdda-windows-tiles-x32-2022-03-01-1530.zip",
"hash": "9b6787a09ee06d701e3db78bf6cf34590b357be5f7a1135ef7f839153055b765"
}
},
"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"
}
}
}
}