ScoopInstaller_Main/bucket/bitwarden-cli.json
2021-03-11 23:00:27 +00:00

28 lines
929 B
JSON

{
"version": "1.15.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.15.0/bw-windows-1.15.0.zip",
"hash": "8024b61096c9205a612fc5ce211753786d1baabf71d2bad21a48c1d93a3d0057"
}
},
"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"
}
}
}
}
}