mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-28 11:34:25 +00:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "0.9.9",
|
|
"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.9/bit_0.9.9_Windows_amd64.tar.gz",
|
|
"hash": "e4cb239a375b02ba0971eb71f21bb80f65fb8f5cea8180c13e361c5c8b2898e8"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/chriswalz/bit/releases/download/v0.9.9/bit_0.9.9_Windows_386.tar.gz",
|
|
"hash": "e0253c6fb0a96a64f176cdf56240d4f3fe9b0e7fa9dc5192cde1fcf416462fa2"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|