mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 19:44:24 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "1.0.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/v1.0.1/bit_1.0.1_Windows_amd64.tar.gz",
|
|
"hash": "d089029beaa5558991f17204ebb90c9e85a04015190f967b51dd4c4f7541183a"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/chriswalz/bit/releases/download/v1.0.1/bit_1.0.1_Windows_386.tar.gz",
|
|
"hash": "e71ba9bba9a07efe0285b5b9530246150e6984d6b82493da02c049b6e88aad7b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|