mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-25 10:01:18 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "0.7.7",
|
|
"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.7/bit_0.7.7_Windows_amd64.tar.gz",
|
|
"hash": "f7c5624d84dedc23dbc8197f9cc2a443df4e55cc28802acd2862eb434b3f407b"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/chriswalz/bit/releases/download/v0.7.7/bit_0.7.7_Windows_386.tar.gz",
|
|
"hash": "1a94dee88eb36773fa9b965d07529591daac476d11bf3bccfe691078c55c1822"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|