diff --git a/bucket/b2.json b/bucket/b2.json new file mode 100644 index 0000000000..de64e5e130 --- /dev/null +++ b/bucket/b2.json @@ -0,0 +1,23 @@ +{ + "version": "3.2.0", + "description": "Command-line tool that gives easy access to all of the capabilities of B2 Cloud Storage", + "homepage": "https://www.backblaze.com/b2/docs/quick_command_line.html", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/Backblaze/B2_Command_Line_Tool/releases/download/v3.2.0/b2-windows.exe#/b2.exe", + "hash": "8797CFB67447CE020EB70C793449B024B7C7155D0619D331954A2128527FB142" + } + }, + "bin": "b2.exe", + "checkver": { + "github": "https://github.com/Backblaze/B2_Command_Line_Tool" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/Backblaze/B2_Command_Line_Tool/releases/download/v$version/b2-windows.exe#/b2.exe" + } + } + } +}