diff --git a/Formula/l/livekit-cli.rb b/Formula/l/livekit-cli.rb index 2c3c2c0eadb989..2ebc2431b916fc 100644 --- a/Formula/l/livekit-cli.rb +++ b/Formula/l/livekit-cli.rb @@ -1,18 +1,18 @@ 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" 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