scoop-games/bucket/blitz.json

33 lines
1.0 KiB
JSON

{
"homepage": "https://blitz.gg/",
"description": "App that helps find runes and builds in League of Legends's champion selection phase",
"version": "1.1.5",
"license": {
"identifier": "Freeware",
"url": "https://blitzesports.com/tos"
},
"url": "https://dl.blitz.gg/download/1.1.5/Blitz-1.1.5-full.nupkg",
"hash": "sha1:2da8f40029f701a43a3d57915f8abfaa6f830738",
"extract_dir": "lib\\net45",
"uninstaller": {
"script": "taskkill /F /IM Blitz.exe /FI \"status eq running\""
},
"bin": "Blitz.exe",
"shortcuts": [
[
"Blitz.exe",
"Blitz"
]
],
"checkver": {
"url": "https://dl.blitz.gg/update/channel/stable/win32/1/RELEASES",
"regex": "Blitz-([\\d.]+)-full.nupkg"
},
"autoupdate": {
"url": "https://dl.blitz.gg/download/$version/Blitz-$version-full.nupkg",
"hash": {
"url": "https://dl.blitz.gg/update/channel/stable/win32/$version/RELEASES"
}
}
}