mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-06 23:41:28 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "0.7.5",
|
|
"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.7.5/bit_0.7.5_Windows_amd64.tar.gz",
|
|
"hash": "41e9305c1533950936b4d356c0102fff355c99957fd6f11db128c4ede51e1ce7"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/chriswalz/bit/releases/download/v0.7.5/bit_0.7.5_Windows_386.tar.gz",
|
|
"hash": "0aee56bc8a21f1e0de9724176dc930bf8a4b8e87696770aed4aeb0a5148bd3ac"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|