ScoopInstaller_Main/bucket/bitwarden-cli.json
BinaryWizard904 5ab82d8a5f
bitwarden-cli: Update repo and version (#3797)
Bitwarden consolidated all of their clients (except the mobile application) into a single repository, https://github.com/bitwarden/clients.  All current and future releases of bitwarden-cli will be released there.  As we can no longer assume that a new release on that repo is for the CLI, checkver logic was updated to parse the releases.atom feed. This updated manifest allows scoop to offer current versions of the Bitwarden CLI.
2022-08-02 22:45:45 +05:30

28 lines
971 B
JSON

{
"version": "2022.6.2",
"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-v2022.6.2/bw-windows-2022.6.2.zip",
"hash": "c924bffce67274e736e9324b29cef176d407d3e93145ce515daff34f79ff2883"
}
},
"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"
}
}
}
}
}