Jakub Čábera ef7111119b bit: Update to version 0.6.10
diffutils: Format
2020-10-16 09:41:54 +02:00

32 lines
1.1 KiB
JSON

{
"version": "0.6.10",
"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.6.10/bit_0.6.10_Windows_x86_64.tar.gz",
"hash": "5df20efd67572decc8d2fdaaa9fae10af28525cb5face9fa6e3e392882c94680"
},
"32bit": {
"url": "https://github.com/chriswalz/bit/releases/download/v0.6.10/bit_0.6.10_Windows_i386.tar.gz",
"hash": "73717340154545736759f96860e7283d8e77d75b9339ab53b8874b7be1f48b30"
}
},
"bin": "bit.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/chriswalz/bit/releases/download/v$version/bit_$version_Windows_x86_64.tar.gz"
},
"32bit": {
"url": "https://github.com/chriswalz/bit/releases/download/v$version/bit_$version_Windows_i386.tar.gz"
}
},
"hash": {
"url": "$baseurl/checksums.txt"
}
}
}