Nathan Griffith 66de4704b3
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>
2021-12-25 14:09:46 +05:30

24 lines
843 B
JSON

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