-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathqshell.json
43 lines (43 loc) · 1.17 KB
/
qshell.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"homepage": "https://github.com/qiniu/qshell",
"license": "MIT",
"version": "2.2.0",
"architecture": {
"64bit": {
"url": "http://devtools.qiniu.com/qshell-v2.2.0.zip",
"hash": "eebe4d2e55c005f92b118e84305277ab2770af9eabd4f4738c9132c169f712c3",
"bin": [
[
"qshell-windows-x64.exe",
"qshell"
]
]
},
"32bit": {
"url": "http://devtools.qiniu.com/qshell-v2.2.0.zip",
"hash": "eebe4d2e55c005f92b118e84305277ab2770af9eabd4f4738c9132c169f712c3",
"bin": [
[
"qshell-windows-x86.exe",
"qshell"
]
]
}
},
"checkver": {
"re": "qshell v([\\d.]+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "http://devtools.qiniu.com/qshell-v$version.zip"
},
"32bit": {
"url": "http://devtools.qiniu.com/qshell-v$version.zip"
}
}
},
"notes": [
"Run `qshell account <ak> <sk>` to login."
]
}