{ "version": "1.3", "description": "Build an ever growing settlement. Real-time strategy, single and multiplayer", "homepage": "https://www.widelands.org/", "license": "GPL-2.0-only", "architecture": { "32bit": { "url": "https://github.com/widelands/widelands/releases/download/v1.3/Widelands-1.3-x86.exe", "hash": "7cd2798614f4b1f7198df60b3b5741a9ba616b7d882aef6cd2539dac2ae10a2d" }, "64bit": { "url": "https://github.com/widelands/widelands/releases/download/v1.3/Widelands-1.3-x64.exe", "hash": "41fa5e7472676cab0c42ce08937c5e891ae9533c8682461ae730f3463a5d5ddf" } }, "innosetup": true, "bin": "widelands.exe", "shortcuts": [ [ "widelands.exe", "Widelands" ] ], "checkver": { "github": "https://github.com/widelands/widelands" }, "autoupdate": { "architecture": { "32bit": { "url": "https://github.com/widelands/widelands/releases/download/v$version/Widelands-$version-x86.exe" }, "64bit": { "url": "https://github.com/widelands/widelands/releases/download/v$version/Widelands-$version-x64.exe" } } } }