diff --git a/bucket/bitwarden-cli.json b/bucket/bitwarden-cli.json index 624a8b11e9..e10aa717b1 100644 --- a/bucket/bitwarden-cli.json +++ b/bucket/bitwarden-cli.json @@ -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" } } }