diff --git a/bucket/mcrcon.json b/bucket/mcrcon.json index 313e7c3fac47..d6d6596c9a90 100644 --- a/bucket/mcrcon.json +++ b/bucket/mcrcon.json @@ -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$sha256" - }, - "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" + } + } + } +}