-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathhub.json
30 lines (30 loc) · 1.16 KB
/
hub.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
{
"version": "2.14.2",
"description": "An extension to command-line git that helps with everyday GitHub tasks without ever leaving the terminal.",
"homepage": "https://hub.github.com/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/github/hub/releases/download/v2.14.2/hub-windows-amd64-2.14.2.zip",
"hash": "2ad771ff5e5e47c8d48aa22f6852ebef87e1fe0f53a1194ddcbe615a9ddbc59e"
},
"32bit": {
"url": "https://github.com/github/hub/releases/download/v2.14.2/hub-windows-386-2.14.2.zip",
"hash": "16f755b80b9c0da080d4fa613670e36d7b78f4595ce096a84ffd7ac3d324ec64"
}
},
"bin": "bin\\hub.exe",
"checkver": {
"github": "https://github.com/github/hub"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/github/hub/releases/download/v$version/hub-windows-amd64-$version.zip"
},
"32bit": {
"url": "https://github.com/github/hub/releases/download/v$version/hub-windows-386-$version.zip"
}
}
}
}