Added blender beta

This commit is contained in:
Edgar 2019-07-04 14:11:07 +02:00
parent 19248dde01
commit 349e3436f0
2 changed files with 26 additions and 3 deletions

23
blender-beta.json Normal file
View File

@ -0,0 +1,23 @@
{
"homepage": "https://www.blender.org/",
"description": "Blender is the free and open source 3D creation suite.",
"version": "2.80-c252fe7a32ab",
"license": "GPL-3.0-or-later",
"url": "https://builder.blender.org/download/blender-2.80-c252fe7a32ab-win64.zip",
"hash": "95a7ea0532b955f1f953d3c170eaf9362132154b5b4615839960c5fca88e8b75",
"bin": "blender.exe",
"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"
}
}

View File

@ -5,8 +5,8 @@
"autoupdate": {
"url": "https://github.com/CircleCI-Public/circleci-cli/releases/download/v$version/circleci-cli_$version_windows_amd64.zip"
},
"version": "0.1.5691",
"url": "https://github.com/CircleCI-Public/circleci-cli/releases/download/v0.1.5691/circleci-cli_0.1.5691_windows_amd64.zip",
"version": "0.1.5705",
"url": "https://github.com/CircleCI-Public/circleci-cli/releases/download/v0.1.5705/circleci-cli_0.1.5705_windows_amd64.zip",
"bin": "circleci-cli_0.1.5652_windows_amd64/circleci.exe",
"hash": "a5fcf1b418d1743bedbbff67dd1945df22b0a1256442dd331a3ec6683aaaeb76"
"hash": "ce2e9ff54f8b5a08c8c22720eeb190c19662c769cf247029b9d8169548c1a135"
}