diff --git a/bucket/bitwarden-cli.json b/bucket/bitwarden-cli.json index 7de38b8f1d6bf..fc00e80cf76d0 100644 --- a/bucket/bitwarden-cli.json +++ b/bucket/bitwarden-cli.json @@ -2,11 +2,11 @@ "version": "2024.9.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-v2024.9.0/bw-windows-2024.9.0.zip", - "hash": "f6aee81be566c06a5752ee6079dfb1990b63803e2449f5b2e2c240a57faffd36" + "url": "https://github.com/bitwarden/clients/releases/download/cli-v2024.9.0/bw-oss-windows-2024.9.0.zip", + "hash": "b655a324534d5e666df03ae21ab37f22ba913020f866f9e6eb7a03a53ff63616" } }, "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" } } }