2020-08-07 17:30:16 -07:00
|
|
|
{
|
2022-02-12 16:30:39 -08:00
|
|
|
"version": "4.1.5",
|
2020-08-07 17:30:16 -07:00
|
|
|
"description": "Modern model editor for boxy models and pixel art textures.",
|
|
|
|
"homepage": "https://blockbench.net/",
|
|
|
|
"license": "GPL-3.0-or-later",
|
2022-02-12 16:30:39 -08:00
|
|
|
"url": "https://github.com/JannisX11/blockbench/releases/download/v4.1.5/Blockbench_4.1.5.exe#/dl.7z",
|
|
|
|
"hash": "sha512:e69f4ef373e411e79c9deff89ef84dccafeab918c871f6293a58f1a6fa174c111862bf00da4ad15a0b250d3fffaa79cb7fca198705c20f8c2750bcc837052445",
|
2020-08-07 17:30:16 -07:00
|
|
|
"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"
|
|
|
|
]
|
|
|
|
],
|
2020-08-16 17:30:14 -07:00
|
|
|
"checkver": {
|
2020-08-07 17:30:16 -07:00
|
|
|
"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+(.*)"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|