mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
32 lines
1.1 KiB
JSON
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"
|
|
}
|
|
}
|
|
}
|