scoop-games/bucket/widelands.json

45 lines
1.6 KiB
JSON

{
"version": "21",
"license": "GPL-2.0-only",
"homepage": "https://www.widelands.org/",
"description": "Build an ever growing settlement. Real-time strategy, single and multiplayer",
"innosetup": true,
"architecture": {
"64bit": {
"url": "https://launchpad.net/widelands/build21/build21/+download/widelands-build21-win64.exe",
"hash": "md5:73e99c2daa373e8d78e5f87dbcc61b1c"
},
"32bit": {
"url": "https://launchpad.net/widelands/build21/build21/+download/widelands-build21-win32.exe",
"hash": "md5:90367fcb9bca70a4fae0a7bf0c0021a8"
}
},
"bin": "widelands.exe",
"shortcuts": [
[
"widelands.exe",
"Widelands"
]
],
"checkver": {
"url": "https://www.widelands.org/wiki/Download/",
"regex": "Downloads for Widelands Build (\\d+):"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://launchpad.net/widelands/build$version/build$version/+download/widelands-build$version-win64.exe",
"hash": {
"url": "https://launchpad.net/widelands/build21/build21/+download/widelands-build21-win64.exe/+md5"
}
},
"32bit": {
"url": "https://launchpad.net/widelands/build$version/build$version/+download/widelands-build$version-win32.exe",
"hash": {
"url": "https://launchpad.net/widelands/build21/build21/+download/widelands-build21-win32.exe/+md5"
}
}
}
}
}