b2: Add version 3.2.0 (#3122)

* b2: Add backblaze b2 CLI (v3.2.0)

* Use architecture 64bit section

* Fix broken comma

* Fix typo URL

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>

* Apply suggestion

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
Nathan Griffith 2021-12-25 02:39:46 -06:00 committed by GitHub
parent 34ebeaea70
commit 66de4704b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

23
bucket/b2.json Normal file
View File

@ -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"
}
}
}
}