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

43 lines
1.6 KiB
JSON

{
"version": "2022-08-26-1806",
"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-08-26-1806/cdda-windows-tiles-x32-2022-08-26-1806.zip",
"hash": "7ad0b0cba69884bef5ac740654ec7d0bc801b184b25b814213ed8cc75bfb76fa"
},
"64bit": {
"url": "https://github.com/CleverRaven/Cataclysm-DDA/releases/download/cdda-experimental-2022-08-26-1806/cdda-windows-tiles-x64-2022-08-26-1806.zip",
"hash": "1971fa2657a56d4f92afb2f8816392681dc538d6409853bd56ff43aeb3defa42"
}
},
"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"
}
}
}
}