diff --git a/blender-beta.json b/blender-beta.json new file mode 100644 index 0000000..ef672fe --- /dev/null +++ b/blender-beta.json @@ -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-(?(?[\\d]+).(?[\\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" + } +} diff --git a/circleci-cli.json b/circleci-cli.json index 19c7dab..65f8ddf 100644 --- a/circleci-cli.json +++ b/circleci-cli.json @@ -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" }