Skip to content

Commit 171a30f

Browse files
authored
bitwarden-cli: Use oss variant and update license (#6200)
1 parent 0710f80 commit 171a30f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

bucket/bitwarden-cli.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"version": "2025.5.0",
33
"description": "The powerful command-line tool (CLI) to write and execute scripts on your Bitwarden vault.",
44
"homepage": "https://bitwarden.com/",
5-
"license": "GPL-3.0-or-later",
5+
"license": "GPL-3.0-only",
66
"architecture": {
77
"64bit": {
8-
"url": "https://github.com/bitwarden/clients/releases/download/cli-v2025.5.0/bw-windows-2025.5.0.zip",
9-
"hash": "c52766350806a5fe74eee56c1a71ace5aa7ab012aa244b7f586c6eda06d132f3"
8+
"url": "https://github.com/bitwarden/clients/releases/download/cli-v2025.5.0/bw-oss-windows-2025.5.0.zip",
9+
"hash": "195a182a51950930e4223058fec488470de955f1f6c7cd71ba52637b6621d742"
1010
}
1111
},
1212
"bin": "bw.exe",
@@ -17,9 +17,9 @@
1717
"autoupdate": {
1818
"architecture": {
1919
"64bit": {
20-
"url": "https://github.com/bitwarden/clients/releases/download/cli-v$version/bw-windows-$version.zip",
20+
"url": "https://github.com/bitwarden/clients/releases/download/cli-v$version/bw-oss-windows-$version.zip",
2121
"hash": {
22-
"url": "$baseurl/bw-windows-sha256-$version.txt"
22+
"url": "$baseurl/bw-oss-windows-sha256-$version.txt"
2323
}
2424
}
2525
}

0 commit comments

Comments
 (0)