mirror of
https://github.com/ScoopInstaller/Extras.git
synced 2026-07-30 14:25:39 +08:00
33 lines
1.0 KiB
JSON
33 lines
1.0 KiB
JSON
{
|
|
"version": "5.2.0",
|
|
"description": "Bforartists is a fork of the popular 3D software Blender, with the goal to improve the UI.",
|
|
"homepage": "https://www.bforartists.de/",
|
|
"license": "GPL-3.0-or-later",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://www.bforartists.de/data/binaries/Bforartists-5.2.0-Windows.zip",
|
|
"hash": "e39aa3fee7069ee61b1d1e69f94c77bacdf12b60d795a396e3496634f603c995",
|
|
"extract_dir": "Bforartists-5.2.0-Windows"
|
|
}
|
|
},
|
|
"bin": "bforartists.exe",
|
|
"shortcuts": [
|
|
[
|
|
"bforartists.exe",
|
|
"Bforartists"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"url": "https://www.bforartists.de/download/",
|
|
"regex": "Bforartists-([\\w.]+)-Windows\\.zip"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://www.bforartists.de/data/binaries/Bforartists-$version-Windows.zip",
|
|
"extract_dir": "Bforartists-$version-Windows"
|
|
}
|
|
}
|
|
}
|
|
}
|