{ "version": "5.0.7", "description": "Modern model editor for boxy models and pixel art textures.", "homepage": "https://blockbench.net/", "license": "GPL-3.0-or-later", "url": "https://github.com/JannisX11/blockbench/releases/download/v5.0.7/Blockbench_5.0.7.exe#/dl.7z", "hash": "sha512:d1083f12e84224205209641d58dbf78d5077e603cb1d605dd68dde63f5a48fc4ece2daa15ee820b2515133d2a2a265eeb16b4dbf99250fa1b265b208891c712c", "architecture": { "32bit": { "installer": { "script": [ "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-32.7z\" \"$dir\"", "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall*\" -Force -Recurse" ] } }, "64bit": { "installer": { "script": [ "Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"", "Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall*\" -Force -Recurse" ] } } }, "shortcuts": [ [ "Blockbench.exe", "Blockbench" ] ], "checkver": { "github": "https://github.com/JannisX11/blockbench/" }, "autoupdate": { "url": "https://github.com/JannisX11/blockbench/releases/download/v$version/Blockbench_$version.exe#/dl.7z", "hash": { "url": "$baseurl/latest.yml", "find": "sha512:\\s+(.*)" } } }