Skip to content

Commit

Permalink
mcrcon: Fix manifest (#1224)
Browse files Browse the repository at this point in the history
  • Loading branch information
filip2cz authored Sep 5, 2024
1 parent de5b556 commit 1349d7f
Showing 1 changed file with 28 additions and 25 deletions.
53 changes: 28 additions & 25 deletions bucket/mcrcon.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,28 @@
{
"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"
}
}
{
"version": "0.7.2",
"description": "Rcon client for Minecraft",
"homepage": "https://github.com/Tiiffi/mcrcon",
"license": "Zlib",
"architecture": {
"64bit": {
"url": "https://github.com/Tiiffi/mcrcon/releases/download/v0.7.2/mcrcon-0.7.2-windows-x86-64.zip",
"hash": "47ca5f9e29aac4113283c01a9aa1418ba011c0ba17b791a227c098509e0035a4"
},
"32bit": {
"url": "https://github.com/Tiiffi/mcrcon/releases/download/v0.7.2/mcrcon-0.7.2-windows-x86-32.zip",
"hash": "9bc513cd039c4738764a6354df45e776ea4db58eafefaa19f92e845a9147f85e"
}
},
"bin": "mcrcon.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Tiiffi/mcrcon/releases/download/v$version/mcrcon-$version-windows-x86-64.zip"
},
"32bit": {
"url": "https://github.com/Tiiffi/mcrcon/releases/download/v$version/mcrcon-$version-windows-x86-32.zip"
}
}
}
}

0 comments on commit 1349d7f

Please sign in to comment.