mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-28 11:31:42 +00:00
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.
28 lines
971 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|