bitwarden-cli: move from extras (#362)

This commit is contained in:
linsui 2019-08-17 20:48:16 +08:00 committed by Richard Kuhnt
parent f32ed99a65
commit d981e691a0

27
bucket/bitwarden-cli.json Normal file
View 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"
}
}
}
}
}