forked from ScoopInstaller/Main
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbit.json
31 lines (31 loc) · 1.12 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": "0.9.11",
"description": "Modernized git CLI",
"homepage": "https://github.com/chriswalz/bit",
"license": "Apache-2.0",
"architecture": {
"64bit": {
"url": "https://github.com/chriswalz/bit/releases/download/v0.9.11/bit_0.9.11_Windows_amd64.tar.gz",
"hash": "af129dc1c69a03d33fe203cb8c43f9c47c5b017beafee26c2c5bb7494010534f"
},
"32bit": {
"url": "https://github.com/chriswalz/bit/releases/download/v0.9.11/bit_0.9.11_Windows_386.tar.gz",
"hash": "f091dfb7cf8d08d484abc1f0207913d5b7286dcf546ecf9e5686d9bb290b1bfb"
}
},
"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"
}
}
}