scoop-bucket/blender-beta.json
2019-07-07 12:55:33 +02:00

25 lines
982 B
JSON

{
"homepage": "https://www.blender.org/",
"description": "Blender is the free and open source 3D creation suite.",
"version": "2.80-699193713fc0",
"license": "GPL-3.0-or-later",
"url": "https://builder.blender.org/download/blender-2.80-699193713fc0-win64.zip",
"hash": "8d29298d1283e1d9230c7b349d2957af4af0c1137199f0e3675988a447a7f5c8",
"bin": "blender.exe",
"extract_dir": "blender-2.80.0-git.699193713fc0-windows64",
"shortcuts": [
[
"blender.exe",
"Blender Beta"
]
],
"checkver": {
"url": "https://builder.blender.org/download/",
"re": "(?sm)blender-(?<version>(?<major>[\\d]+).(?<minor>[\\d]+)-(?<64>[\\w]+))-win64.zip.*?-(?<32>[\\w]+)-win32.zip"
},
"autoupdate": {
"url": "https://builder.blender.org/download/blender-$majorVersion.$minorVersion-$match64-win64.zip",
"extract_dir": "blender-$majorVersion.$minorVersion.0-git.$match64-windows64"
}
}