ScoopInstaller_Main/bucket/bitwarden-cli.json
2020-09-29 09:23:54 +02:00

28 lines
929 B
JSON

{
"version": "1.12.1",
"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.12.1/bw-windows-1.12.1.zip",
"hash": "a09df037603e8e76adcfc5979db5e2d44742d7f5ceb15bdcf650ee0c15a154b8"
}
},
"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"
}
}
}
}
}