scoop-games/bucket/teeworlds.json

44 lines
1.4 KiB
JSON

{
"homepage": "https://teeworlds.com/",
"description": "2D retro multiplayer shooter",
"version": "0.7.4",
"license": "Zlib",
"architecture": {
"64bit": {
"url": "https://github.com/teeworlds/teeworlds/releases/download/0.7.4/teeworlds-0.7.4-win64.zip",
"hash": "b087cd38325556fbc74a0315d3228f8be943e5590235d15223b90378147dee2f",
"extract_dir": "teeworlds-0.7.4-win64"
},
"32bit": {
"url": "https://github.com/teeworlds/teeworlds/releases/download/0.7.4/teeworlds-0.7.4-win32.zip",
"hash": "8128e6b39987633f8c36c45b81fd034a04d1689c8c3f8a342900d492cf88a679",
"extract_dir": "teeworlds-0.7.4-win32"
}
},
"bin": [
"teeworlds.exe",
"teeworlds_srv.exe"
],
"shortcuts": [
[
"teeworlds.exe",
"Teeworlds"
]
],
"checkver": {
"github": "https://github.com/teeworlds/teeworlds"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/teeworlds/teeworlds/releases/download/$version/teeworlds-$version-win64.zip",
"extract_dir": "teeworlds-$version-win64"
},
"32bit": {
"url": "https://github.com/teeworlds/teeworlds/releases/download/$version/teeworlds-$version-win32.zip",
"extract_dir": "teeworlds-$version-win32"
}
}
}
}