Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bitwarden-cli 2024.11.0 #197752

Merged
merged 2 commits into from
Nov 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 10 additions & 9 deletions Formula/b/bitwarden-cli.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class BitwardenCli < Formula
desc "Secure and free password manager for all of your devices"
homepage "https://bitwarden.com/"
url "https://github.com/bitwarden/clients/archive/refs/tags/cli-v2024.10.0.tar.gz"
sha256 "1396b949f482f398bca4f59a4a7e0c2d9549f9b461bf6af5a9db04dd9b6bcb64"
url "https://github.com/bitwarden/clients/archive/refs/tags/cli-v2024.11.0.tar.gz"
sha256 "a55f2add020c51ebf2376c0a5f8fcdec2fd9c0164c61bc9162a778f1edd5f27c"
license "GPL-3.0-only"

livecheck do
Expand All @@ -11,15 +11,16 @@ class BitwardenCli < Formula
end

bottle do
sha256 arm64_sequoia: "73e7bdccf0453ac4bbc1f95bfe6e6ee474f75f1582b82cd10dd2747d92c0b529"
sha256 arm64_sonoma: "325dcafb82e8eb23bfecde70ddf00b6c571352afb5ecc1a745c1412e3e170e21"
sha256 arm64_ventura: "a9b8783ab289d58d0fd6ad59600e1111fa835615e5e3a71c0b68a46b823e2cb3"
sha256 sonoma: "cc9639064cbc26be1346bbcf58f2bfe357cea4a36b4afce8d032d9a679eabb09"
sha256 ventura: "7f73b6b16e524414c4fad0d86dbaedeb0d37546aeb18fd1b01bf70480d180f95"
sha256 cellar: :any_skip_relocation, x86_64_linux: "a8f2196b98caa890d5db72683c335d684fb4981cd7a6ba450cb172cd42f57a77"
sha256 arm64_sequoia: "8390437164839a4964681bbca8d7fc7b609721590543b52472c8fc1ce77f48f7"
sha256 arm64_sonoma: "d21fe06e0476f3203d9bbd0d68a40265665b7c9a29a31886d4ce22e7480fd78a"
sha256 arm64_ventura: "60b55f9b140f21db10ba98739280be916bd46a3d249049d9b119a6a0a811805a"
sha256 sonoma: "69c355971c6b4f217aac5a9c90b3f97b264faa2e767fd59120431868adf94547"
sha256 ventura: "7bf6753e26f425be72f2da673558efd45ee5b0bc5e76da56339ac9cbcb12dd4d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "a084b9b6adb392d2c735bf2a1138f50d6bff5cb2e1353a2aae8619b0e853255c"
end

depends_on "node"
# fail to build with node v23 due to https://github.com/nodejs/node/issues/55826
depends_on "node@22"

def install
system "npm", "ci", "--ignore-scripts"
Expand Down
Loading