diff --git a/bucket/bitwarden-cli.json b/bucket/bitwarden-cli.json new file mode 100644 index 0000000000..8acac24b45 --- /dev/null +++ b/bucket/bitwarden-cli.json @@ -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" + } + } + } + } +}