ScoopInstaller_Main/bucket/bitwarden-cli.json
2020-03-09 18:01:52 +00:00

28 lines
926 B
JSON

{
"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.9.0",
"architecture": {
"64bit": {
"url": "https://github.com/bitwarden/cli/releases/download/v1.9.0/bw-windows-1.9.0.zip",
"hash": "ad4b7609528eeacc6e67d4e63568a0f309f38015e82e5bafcf652eb4033d62da"
}
},
"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"
}
}
}
}
}