From 171a30f72e05af48d58dc11be965f705d35a0de1 Mon Sep 17 00:00:00 2001 From: William Marshall <62070150+marshallwp@users.noreply.github.com> Date: Thu, 5 Jun 2025 18:06:06 -0500 Subject: [PATCH] bitwarden-cli: Use oss variant and update license (#6200) --- bucket/bitwarden-cli.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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" } } }