scoop-games/bucket/blockbench.json

43 lines
1.5 KiB
JSON

{
"version": "4.0.1",
"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/v4.0.1/Blockbench_4.0.1.exe#/dl.7z",
"hash": "sha512:635370a5c795be38f6457f61efaa14b6b768d002886c5889238c5d7ec5221f99fbf01fb204ff350a8fdfa3616461d1af51d5dd150e331f03b6a5e44229bb6da0",
"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+(.*)"
}
}
}