File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
@@ -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
You can’t perform that action at this time.
0 commit comments