-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathbit.json
31 lines (31 loc) · 1.14 KB
/
bit.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
{
"version": "1.1.2",
"description": "Modernized git CLI",
"homepage": "https://github.com/chriswalz/bit",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/chriswalz/bit/releases/download/v1.1.2/bit_1.1.2_Windows_amd64.tar.gz",
"hash": "d9203188a9564c04c1cfc4f2985ca36124bcf2f4ab993a93fe05d6ee96e948f4"
},
"32bit": {
"url": "https://github.com/chriswalz/bit/releases/download/v1.1.2/bit_1.1.2_Windows_386.tar.gz",
"hash": "eb7091ff8a40815c4f4e67236425db31b8a7212e1ac3c3b088ca85d540c0cbe6"
}
},
"bin": "bit.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/chriswalz/bit/releases/download/v$version/bit_$version_Windows_amd64.tar.gz"
},
"32bit": {
"url": "https://github.com/chriswalz/bit/releases/download/v$version/bit_$version_Windows_386.tar.gz"
}
},
"hash": {
"url": "$baseurl/bit_$version_checksums.txt"
}
}
}