openrtsp 2016.11.28

add test

Closes #8020.

Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
ilovezfs 2016-12-19 06:59:02 -08:00
parent f4fbfff837
commit 192d671d01

View file

@ -1,8 +1,8 @@
class Openrtsp < Formula
desc "Command-line RTSP client"
homepage "http://www.live555.com/openRTSP"
url "http://www.live555.com/liveMedia/public/live.2016.09.22.tar.gz"
sha256 "4d108205f4f0abe24224c72129222c1a8865e13d67e5dad6f8e900ef346379ff"
url "http://www.live555.com/liveMedia/public/live.2016.11.28.tar.gz"
sha256 "08b93a20bc302bed1da2f05621f37fda962dbfc272132afa6fa1058d222c238a"
bottle do
cellar :any_skip_relocation
@ -29,4 +29,8 @@ class Openrtsp < Formula
#{libexec}
EOS
end
test do
assert_match "GNU", shell_output("#{bin}/live555ProxyServer 2>&1", 1)
end
end