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.
This commit is contained in:
BinaryWizard904 2022-08-02 12:15:45 -05:00 committed by GitHub
parent 94d6313bbc
commit 5ab82d8a5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,22 +1,23 @@
{
"version": "1.22.1",
"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/cli/releases/download/v1.22.1/bw-windows-1.22.1.zip",
"hash": "0902a867d82c96fb93d087eefaaa78867f6ecc48d2ce249f1de231f5f3efad1d"
"url": "https://github.com/bitwarden/clients/releases/download/cli-v2022.6.2/bw-windows-2022.6.2.zip",
"hash": "c924bffce67274e736e9324b29cef176d407d3e93145ce515daff34f79ff2883"
}
},
"bin": "bw.exe",
"checkver": {
"github": "https://github.com/bitwarden/cli"
"url": "https://github.com/bitwarden/clients/releases.atom",
"regex": "\\/cli-v([\\d.]+)<\\/id>"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/bitwarden/cli/releases/download/v$version/bw-windows-$version.zip",
"url": "https://github.com/bitwarden/clients/releases/download/cli-v$version/bw-windows-$version.zip",
"hash": {
"url": "$baseurl/bw-windows-sha256-$version.txt"
}