ScoopInstaller_Main/bucket/bitwarden-cli.json
2022-02-11 00:32:49 +00:00

28 lines
929 B
JSON

{
"version": "1.21.0",
"description": "The powerful command-line tool (CLI) to write and execute scripts on your Bitwarden vault.",
"homepage": "https://bitwarden.com/",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/bitwarden/cli/releases/download/v1.21.0/bw-windows-1.21.0.zip",
"hash": "28f3262dde0bed587acd3d1fb267f0741ab3f9817e89731c9212e53ce6e0f818"
}
},
"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"
}
}
}
}
}