mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
bitwarden-cli: move from extras (#362)
This commit is contained in:
parent
f32ed99a65
commit
d981e691a0
27
bucket/bitwarden-cli.json
Normal file
27
bucket/bitwarden-cli.json
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
{
|
||||||
|
"homepage": "https://bitwarden.com/",
|
||||||
|
"description": "The powerful command-line tool (CLI) to write and execute scripts on your Bitwarden vault.",
|
||||||
|
"license": "GPL-3.0-or-later",
|
||||||
|
"version": "1.7.4",
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/bitwarden/cli/releases/download/v1.7.4/bw-windows-1.7.4.zip",
|
||||||
|
"hash": "aad8ad6a2bd9d2529ea50d1ee762218703f915dfb958ca06825273bfba018d3a"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"bin": "bw.exe",
|
||||||
|
"checkver": {
|
||||||
|
"github": "https://github.com/bitwarden/cli"
|
||||||
|
},
|
||||||
|
"autoupdate": {
|
||||||
|
"architecture": {
|
||||||
|
"64bit": {
|
||||||
|
"url": "https://github.com/bitwarden/cli/releases/download/v$version/bw-windows-$version.zip",
|
||||||
|
"hash": {
|
||||||
|
"url": "$baseurl/bw-windows-sha256-$version.txt",
|
||||||
|
"regex": "$sha256"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user