ScoopInstaller_Main/bucket/bitwarden-cli.json
2024-05-14 00:33:38 +00:00

28 lines
971 B
JSON

{
"version": "2024.4.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/clients/releases/download/cli-v2024.4.1/bw-windows-2024.4.1.zip",
"hash": "0a351483ae6c2d3711df84a639aeb698166101763ac7133b3ef8cd444fadde15"
}
},
"bin": "bw.exe",
"checkver": {
"url": "https://github.com/bitwarden/clients/releases.atom",
"regex": "\\/cli-v([\\d.]+)<\\/id>"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/bitwarden/clients/releases/download/cli-v$version/bw-windows-$version.zip",
"hash": {
"url": "$baseurl/bw-windows-sha256-$version.txt"
}
}
}
}
}