scoop-games/bucket/blockbench.json

43 lines
1.5 KiB
JSON

{
"version": "3.9.3",
"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.9.3/Blockbench_3.9.3.exe#/dl.7z",
"hash": "sha512:5b03dc91a37acd1818bd902ec50d788afc0219f5d7018c1656e74e26c3223a1083477ee23703c2050c5fe94c952333aad09990a1489184caff2039a8fa60f40e",
"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+(.*)"
}
}
}