ScoopInstaller_Main/bucket/bitwarden-cli.json
2020-12-03 09:57:37 +01:00

28 lines
929 B
JSON

{
"version": "1.13.3",
"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.13.3/bw-windows-1.13.3.zip",
"hash": "1ae451e3be06f9c9f281d89352dcc544d69d26653915308c8f507f240fdfab20"
}
},
"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"
}
}
}
}
}