mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +00:00
bit: Add version 0.5.14 (#1501)
This commit is contained in:
parent
d93db32def
commit
3db4a302f4
28
bucket/bit.json
Normal file
28
bucket/bit.json
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
{
|
||||||
|
"version": "0.5.14",
|
||||||
|
"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.5.14/bit_0.5.14_Windows_x86_64.tar.gz",
|
||||||
|
"hash": "1a840ac86c2b41dc805c02a997bc9d6691188057948cd546ab65bfea45d51b2d"
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"url": "https://github.com/chriswalz/bit/releases/download/v0.5.14/bit_0.5.14_Windows_i386.tar.gz",
|
||||||
|
"hash": "eef6a20f9ee9a3c224ced4df499574ed9cc61a3fb2b43ac07dd8fcea020dfe69"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"bin": "bit.exe",
|
||||||
|
"checkver": "github",
|
||||||
|
"autoupdate": {
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/chriswalz/bit/releases/download/v$version/bit_$version_Windows_x86_64.tar.gz"
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"url": "https://github.com/chriswalz/bit/releases/download/v$version/bit_$version_Windows_i386.tar.gz"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user