bitwarden-cli: Use oss variant and update license (#6200)

This commit is contained in:
William Marshall 2025-06-05 18:06:06 -05:00 committed by GitHub
parent 0710f80ddd
commit 171a30f72e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,11 +2,11 @@
"version": "2025.5.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",
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/bitwarden/clients/releases/download/cli-v2025.5.0/bw-windows-2025.5.0.zip",
"hash": "c52766350806a5fe74eee56c1a71ace5aa7ab012aa244b7f586c6eda06d132f3"
"url": "https://github.com/bitwarden/clients/releases/download/cli-v2025.5.0/bw-oss-windows-2025.5.0.zip",
"hash": "195a182a51950930e4223058fec488470de955f1f6c7cd71ba52637b6621d742"
}
},
"bin": "bw.exe",
@ -17,9 +17,9 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/bitwarden/clients/releases/download/cli-v$version/bw-windows-$version.zip",
"url": "https://github.com/bitwarden/clients/releases/download/cli-v$version/bw-oss-windows-$version.zip",
"hash": {
"url": "$baseurl/bw-windows-sha256-$version.txt"
"url": "$baseurl/bw-oss-windows-sha256-$version.txt"
}
}
}