From 5b31a782a42f539e86832fb5252eb99725bf0d42 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 1 Jan 2025 02:29:09 +0000 Subject: [PATCH 1/2] livekit-cli 2.3.1 --- Formula/l/livekit-cli.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/l/livekit-cli.rb b/Formula/l/livekit-cli.rb index 2c3c2c0eadb9..4ebe2a4c7f80 100644 --- a/Formula/l/livekit-cli.rb +++ b/Formula/l/livekit-cli.rb @@ -1,8 +1,8 @@ class LivekitCli < Formula desc "Command-line interface to LiveKit" homepage "https://livekit.io" - url "https://github.com/livekit/livekit-cli/archive/refs/tags/v2.3.0.tar.gz" - sha256 "2ae02bf91ab8f2ddc1904e11d0e5351f772078de5e50ce61e516661774ef733c" + url "https://github.com/livekit/livekit-cli/archive/refs/tags/v2.3.1.tar.gz" + sha256 "e6e6bf11930e47356248fd1b7e90549692ee415a77caf8f9d8b15ae471a31420" license "Apache-2.0" head "https://github.com/livekit/livekit-cli.git", branch: "main" From e817e510202aa9655b519954b52ab32926f3c6aa Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 1 Jan 2025 02:46:32 +0000 Subject: [PATCH 2/2] livekit-cli: update 2.3.1 bottle. --- Formula/l/livekit-cli.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/l/livekit-cli.rb b/Formula/l/livekit-cli.rb index 4ebe2a4c7f80..2ebc2431b916 100644 --- a/Formula/l/livekit-cli.rb +++ b/Formula/l/livekit-cli.rb @@ -7,12 +7,12 @@ class LivekitCli < Formula head "https://github.com/livekit/livekit-cli.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "25049a3257cbf11dbf1347d33e40b1004a375cec67e34fde360af19b2501e2b0" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "25049a3257cbf11dbf1347d33e40b1004a375cec67e34fde360af19b2501e2b0" - sha256 cellar: :any_skip_relocation, arm64_ventura: "25049a3257cbf11dbf1347d33e40b1004a375cec67e34fde360af19b2501e2b0" - sha256 cellar: :any_skip_relocation, sonoma: "777ece92c5ef143c71c2cbfac3251dcc8462f1ab6eeb9856b41b32d3cb5375ed" - sha256 cellar: :any_skip_relocation, ventura: "777ece92c5ef143c71c2cbfac3251dcc8462f1ab6eeb9856b41b32d3cb5375ed" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6ec48d42c3939c62177600678d1e328db7584af11545167396e84af94b2126ad" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "bda9df0c2e63f78d7db9d5112a30434a50ad04701408624d04c765500d07f0be" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "bda9df0c2e63f78d7db9d5112a30434a50ad04701408624d04c765500d07f0be" + sha256 cellar: :any_skip_relocation, arm64_ventura: "bda9df0c2e63f78d7db9d5112a30434a50ad04701408624d04c765500d07f0be" + sha256 cellar: :any_skip_relocation, sonoma: "b3c87745f07681b3c1aa89d5602d1838a5bdfec611ec0b4cff1450418b7c90e9" + sha256 cellar: :any_skip_relocation, ventura: "b3c87745f07681b3c1aa89d5602d1838a5bdfec611ec0b4cff1450418b7c90e9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a0f789d9dd73230cab3f057257607deb6e50dd2a66482e6e851e1212576013d8" end depends_on "go" => :build