11class LivekitCli < Formula
22 desc "Command-line interface to LiveKit"
33 homepage "https://livekit.io"
4- url "https://github.com/livekit/livekit-cli/archive/refs/tags/v2.4.12 .tar.gz"
5- sha256 "9f0c6c6cff2e9293ff346b73ec20c2043c74d0c4c01664b77a94fb783b52ed28 "
4+ url "https://github.com/livekit/livekit-cli/archive/refs/tags/v2.4.13 .tar.gz"
5+ sha256 "23d4f6f8d14966782402f53020e1efe95c17dba2ffacdc45a76548b51fff571b "
66 license "Apache-2.0"
77 head "https://github.com/livekit/livekit-cli.git" , branch : "main"
88
99 bottle do
10- sha256 cellar : :any_skip_relocation , arm64_sequoia : "cd0340370403dabd0b046e0b3403fe62a23469faf9e7998b96eb419bd64f7cad "
11- sha256 cellar : :any_skip_relocation , arm64_sonoma : "c27d470236be06b23be9e3cb1a41e963fa7f837fd34a194ac51d9a3c2c447c8b "
12- sha256 cellar : :any_skip_relocation , arm64_ventura : "9b0a39944904896e3e84240ef026dafef9cae566aa4ab58c592e1dc4479b93ea "
13- sha256 cellar : :any_skip_relocation , sonoma : "c6730fc04d16834f42008b531ae86b6b19b386bc648a04fa199bf19dfd2b5f77 "
14- sha256 cellar : :any_skip_relocation , ventura : "d8a772743c3051d147c2576c2c1e3be51b6e1823da5481d26b7d4524ea4a5cf9 "
15- sha256 cellar : :any_skip_relocation , x86_64_linux : "3d92058fce4370d1dd31ef84490b4485c9843bd30ecf7da4a471f5ba12594b75 "
10+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "2f4f1ed1a4c3bba188ac1258c8197ce3d9acf7e4e3ae8db2d40829204d1b521e "
11+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "cfa03ab451d40326d2e95ba414116e420d9df7bccae5c7f59eea69b0f4ce8965 "
12+ sha256 cellar : :any_skip_relocation , arm64_ventura : "9bb8414bf923e5c6d049e0a1d6fc66784652a86b90dc79dd51edf22aa3dbfaac "
13+ sha256 cellar : :any_skip_relocation , sonoma : "02886bcb059cd7d97a62d49719da348e296db2819989a196a59f579a5e1c552f "
14+ sha256 cellar : :any_skip_relocation , ventura : "6e083c424a352de67f8f8f49d9b194d2ab29c00d927918b0b2cd9928c5d06f6b "
15+ sha256 cellar : :any_skip_relocation , x86_64_linux : "4defa4b13244ffec163c6a08621a539ec979188afb4682feafde2c9313f3d11e "
1616 end
1717
1818 depends_on "go" => :build
@@ -30,7 +30,7 @@ def install
3030
3131 test do
3232 output = shell_output ( "#{ bin } /lk token create --list --api-key key --api-secret secret" )
33- assert output . start_with? ( "valid for (mins): 5" )
33+ assert_match "valid for (mins): 5" , output
3434 assert_match "lk version #{ version } " , shell_output ( "#{ bin } /lk --version" )
3535 end
3636end
0 commit comments