diff --git a/bucket/cataclysm-dda-tiles-experimental.json b/bucket/cataclysm-dda-tiles-experimental.json new file mode 100644 index 00000000..e21367e0 --- /dev/null +++ b/bucket/cataclysm-dda-tiles-experimental.json @@ -0,0 +1,36 @@ +{ + "homepage": "https://cataclysmdda.org", + "description": "Turn-based survival game set in a post-apocalyptic world (with graphical tiles, experimental build)", + "version": "9501", + "license": "CC-BY-SA-3.0", + "architecture": { + "64bit": { + "url": "https://github.com/CleverRaven/Cataclysm-DDA/releases/download/cdda-jenkins-b9501/cataclysmdda-0.D-Windows_x64-Tiles-9501.zip", + "hash": "0137fa6eab233ce9a54ae6076afd11f5e39d80f85fd11fca19a3265e986ba315" + }, + "32bit": { + "url": "https://github.com/CleverRaven/Cataclysm-DDA/releases/download/cdda-jenkins-b9501/cataclysmdda-0.D-Windows-Tiles-9501.zip", + "hash": "38cd66138ff18ff2d3f0ba9343dfc26465979c6542dd35cf8167fb7464103cd3" + } + }, + "shortcuts": [ + [ + "cataclysm-tiles.exe", + "Cataclysm DDA Tiles (Experimental)" + ] + ], + "checkver": { + "url": "https://github.com/CleverRaven/Cataclysm-DDA/releases/", + "re": "Cataclysm-DDA experimental build #(.*)[<]" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/CleverRaven/Cataclysm-DDA/releases/download/cdda-jenkins-b$version/cataclysmdda-0.D-Windows_x64-Tiles-$version.zip" + }, + "32bit": { + "url": "https://github.com/CleverRaven/Cataclysm-DDA/releases/download/cdda-jenkins-b$version/cataclysmdda-0.D-Windows-Tiles-$version.zip" + } + } + } +}