From 1896fa3eebd01d9bda2c6dc3f137e0ed435c0983 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Dec 2024 02:34:11 +0000 Subject: [PATCH 1/2] livekit-cli 2.3.0 --- 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 f0a6e16efab38..fd4ca6317fbf6 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.2.1.tar.gz" - sha256 "b78bee20d70d190a43a65a1840e268aa2ac3661011cacb0717b235652b322e65" + url "https://github.com/livekit/livekit-cli/archive/refs/tags/v2.3.0.tar.gz" + sha256 "2ae02bf91ab8f2ddc1904e11d0e5351f772078de5e50ce61e516661774ef733c" license "Apache-2.0" head "https://github.com/livekit/livekit-cli.git", branch: "main" From ed69edb3cf0b90c52f12748483bc26940913652e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 10 Dec 2024 03:24:28 +0000 Subject: [PATCH 2/2] livekit-cli: update 2.3.0 bottle. --- Formula/l/livekit-cli.rb | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Formula/l/livekit-cli.rb b/Formula/l/livekit-cli.rb index fd4ca6317fbf6..2c3c2c0eadb98 100644 --- a/Formula/l/livekit-cli.rb +++ b/Formula/l/livekit-cli.rb @@ -7,13 +7,12 @@ class LivekitCli < Formula head "https://github.com/livekit/livekit-cli.git", branch: "main" bottle do - rebuild 1 - sha256 cellar: :any_skip_relocation, arm64_sequoia: "59685a544c9d54781a0dd0f06fe754f0dbb759b3101a5adf42a9655e15408d0e" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "59685a544c9d54781a0dd0f06fe754f0dbb759b3101a5adf42a9655e15408d0e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "59685a544c9d54781a0dd0f06fe754f0dbb759b3101a5adf42a9655e15408d0e" - sha256 cellar: :any_skip_relocation, sonoma: "2bfe3fdad2cda79b6391cf85367cb8df0f6de18a4ad7fe5ea1da69c8af9ab364" - sha256 cellar: :any_skip_relocation, ventura: "2bfe3fdad2cda79b6391cf85367cb8df0f6de18a4ad7fe5ea1da69c8af9ab364" - sha256 cellar: :any_skip_relocation, x86_64_linux: "bf375fcbb312921c7d70492e4779f1d92c099006a91452ef594857b1e0072949" + 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" end depends_on "go" => :build