From 3827d39bb56b5fad7377aa2263813e0a49f38db9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Sep 2024 06:49:14 +0000 Subject: [PATCH 1/2] livekit-cli 2.1.4 --- 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 7758c853abe0..4ea99bfc1e70 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.1.3.tar.gz" - sha256 "08c4819cdea8e59d7ce3b4c675e36a4b123f1d3bcb23080ad14a1db0826801f0" + url "https://github.com/livekit/livekit-cli/archive/refs/tags/v2.1.4.tar.gz" + sha256 "c180b712e5f610f3ced0bca44bef2bd54f428b760991adca7dc9a25895a5cb50" license "Apache-2.0" head "https://github.com/livekit/livekit-cli.git", branch: "main" From 2460e63ce986dbc49b50cf6e035993c43f23f914 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Sep 2024 09:19:00 +0000 Subject: [PATCH 2/2] livekit-cli: update 2.1.4 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 4ea99bfc1e70..44fa98ec817e 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: "f1a4b6b043f0e494fb4174ac57edbd63d2d1aad6a26b0ef63f4d47b984d0711b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "f1a4b6b043f0e494fb4174ac57edbd63d2d1aad6a26b0ef63f4d47b984d0711b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "f1a4b6b043f0e494fb4174ac57edbd63d2d1aad6a26b0ef63f4d47b984d0711b" - sha256 cellar: :any_skip_relocation, sonoma: "8362eb37f13b37f2d9b238f3230b5d758ec9ef1ffb9759f03289b26c280d70de" - sha256 cellar: :any_skip_relocation, ventura: "8362eb37f13b37f2d9b238f3230b5d758ec9ef1ffb9759f03289b26c280d70de" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5b07a6ecf52a8e11fb1c7262c434ea5dca789376c02a1779440531a0dec04844" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "93cff3b8858f5e6acbe85c3257cc7254d9db0aca8c737bbcec90d9a1e04dc5fe" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "93cff3b8858f5e6acbe85c3257cc7254d9db0aca8c737bbcec90d9a1e04dc5fe" + sha256 cellar: :any_skip_relocation, arm64_ventura: "93cff3b8858f5e6acbe85c3257cc7254d9db0aca8c737bbcec90d9a1e04dc5fe" + sha256 cellar: :any_skip_relocation, sonoma: "e23bb9a0a03f54456aeb16a193e6009b6bc1a353cc07351db3860dd513c1cc85" + sha256 cellar: :any_skip_relocation, ventura: "e23bb9a0a03f54456aeb16a193e6009b6bc1a353cc07351db3860dd513c1cc85" + sha256 cellar: :any_skip_relocation, x86_64_linux: "2ac02ac1bcb59f6371a50c9f4cf5af1238283f2e67e3d17f9e1f9a1e57b2b0a0" end depends_on "go" => :build