2020-10-30 08:46:26 +01:00

32 lines
1.1 KiB
JSON

{
"version": "0.9.1",
"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.1/bit_0.9.1_Windows_amd64.tar.gz",
"hash": "ed886f010a4cbac88fb80aac09449a0a1ffbf5c3e0c89d0357b291f0202a0b87"
},
"32bit": {
"url": "https://github.com/chriswalz/bit/releases/download/v0.9.1/bit_0.9.1_Windows_386.tar.gz",
"hash": "cda26c7e1167ac7cca0a90087f724c0c17630858445fbd7fb4aee28230946e68"
}
},
"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"
}
}
}