scoop-games/bucket/blockbench.json

43 lines
1.5 KiB
JSON

{
"version": "3.8.4",
"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/v3.8.4/Blockbench_3.8.4.exe#/dl.7z",
"hash": "sha512:c832e3a7e133327792514611c6983a91b432270d4f88510f3fca3a3bd345b63ff9484736f620325df5bf96a4a6774f5773c638c55c16618560332bcbb2292e46",
"architecture": {
"64bit": {
"installer": {
"script": [
"Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-64.7z\" \"$dir\"",
"Remove-Item \"$dir\\`$PLUGINSDIR\", \"$dir\\Uninstall*\" -Force -Recurse"
]
}
},
"32bit": {
"installer": {
"script": [
"Expand-7zipArchive \"$dir\\`$PLUGINSDIR\\app-32.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+(.*)"
}
}
}