From 734770d40fe42d8c6a521f9abdfab821a18a1e9d Mon Sep 17 00:00:00 2001 From: William Marshall <62070150+marshallwp@users.noreply.github.com> Date: Fri, 20 Sep 2024 13:08:59 -0500 Subject: [PATCH 1/3] Update bitwarden-cli.json MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Starting with [cli-v2024.6.1](https://github.com/bitwarden/clients/releases/tag/cli-v2024.6.1) (the first version to offer a separate Open Source Software variant), Bitwarden bifurcated their CLI into a proprietary variant licensed under the [Bitwarden License Agreement](https://github.com/bitwarden/clients/blob/main/LICENSE_BITWARDEN.txt) and an OSS variant licensed under GPLv3.0. The proprietary variant does not have a SPDX Identifier as required by the contributing guide – and expressly prohibits non-paid production-use under term 2.1 – so this switches to use the OSS version that still has a SPDX indexed license. Additionally, a review of their licensing indicates that it is not offered under the "or latter" variant of GPL-3.0, so I've revised it to be the "only" variant. --- 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 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" } } } From f0aa6988293b40d33cd72a55d6b6f12fd5d47d42 Mon Sep 17 00:00:00 2001 From: William Marshall <62070150+marshallwp@users.noreply.github.com> Date: Thu, 1 May 2025 13:17:46 -0500 Subject: [PATCH 2/3] Update bitwarden-cli version to 2025.3.0 Previous attempt didn't update the installer links and hash. --- bucket/bitwarden-cli.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/bitwarden-cli.json b/bucket/bitwarden-cli.json index 4c59c4f557f6f..d10aecebda8b3 100644 --- a/bucket/bitwarden-cli.json +++ b/bucket/bitwarden-cli.json @@ -5,8 +5,8 @@ "license": "GPL-3.0-only", "architecture": { "64bit": { - "url": "https://github.com/bitwarden/clients/releases/download/cli-v2024.9.0/bw-oss-windows-2024.9.0.zip", - "hash": "b655a324534d5e666df03ae21ab37f22ba913020f866f9e6eb7a03a53ff63616" + "url": "https://github.com/bitwarden/clients/releases/download/cli-v2025.3.0/bw-oss-windows-2025.3.0.zip", + "hash": "9293a9f65a4933fa28c86929b2817590f1db335fbe1625dae2d5c4d909d3fb60" } }, "bin": "bw.exe", From e0861777f0a3804ff2a2a19c11faf99105c84e4e Mon Sep 17 00:00:00 2001 From: William Marshall <62070150+marshallwp@users.noreply.github.com> Date: Thu, 5 Jun 2025 15:00:02 -0500 Subject: [PATCH 3/3] Update bitwarden-cli.json updated current link and hash for bitwarden-cli. --- bucket/bitwarden-cli.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/bitwarden-cli.json b/bucket/bitwarden-cli.json index 36275dbf8b8c1..e10aa717b18da 100644 --- a/bucket/bitwarden-cli.json +++ b/bucket/bitwarden-cli.json @@ -5,8 +5,8 @@ "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",