26 lines
884 B
JSON
26 lines
884 B
JSON
{
|
|
"version": "0.7.2",
|
|
"description": "RCON client for Minecraft",
|
|
"homepage": "https://github.com/Tiiffi/mcrcon",
|
|
"license": "Zlib",
|
|
"url": "https://github.com/Tiiffi/mcrcon/releases/download/v0.7.2/mcrcon-0.7.2-windows-x86-32.zip",
|
|
"hash": "9bc513cd039c4738764a6354df45e776ea4db58eafefaa19f92e845a9147f85e",
|
|
"extract_dir": "mcrcon-0.7.2-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"
|
|
}
|
|
}
|