-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathb2.json
23 lines (23 loc) · 866 Bytes
/
b2.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"version": "4.1.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/v4.1.0/b2-windows.exe#/b2.exe",
"hash": "34956908e6ad1b6dd7fa505d56a239210c5e04cd3744d4793144862111021c02"
}
},
"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"
}
}
}
}