scoop-games/bucket/mcrcon.json

26 lines
884 B
JSON

{
"version": "0.7.1",
"description": "RCON client for Minecraft",
"homepage": "https://github.com/Tiiffi/mcrcon",
"license": "Zlib",
"url": "https://github.com/Tiiffi/mcrcon/releases/download/v0.7.1/mcrcon-0.7.1-windows-x86-32.zip",
"hash": "2838d3f0b81edafc7ca37dede24cad4e5bf62562faa2629ce5b95a90212eb57a",
"extract_dir": "mcrcon-0.7.1-windows-x86-32",
"bin": "mcrcon.exe",
"shortcuts": [
[
"mcrcon.exe",
"mcrcon"
]
],
"checkver": "github",
"autoupdate": {
"url": "https://github.com/Tiiffi/mcrcon/releases/download/v$version/mcrcon-$version-windows-x86-32.zip",
"hash": {
"url": "https://github.com/Tiiffi/mcrcon/releases/tag/v$version",
"regex": "windows.*\\s<td>$sha256</td>"
},
"extract_dir": "mcrcon-$version-windows-x86-32"
}
}