sipp 3.5.1

Closes #1671.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Justin Zimmer 2016-06-02 12:57:21 -07:00 committed by Mike McQuaid
parent c39454474a
commit 67a5b4a2ac

View file

@ -1,9 +1,8 @@
class Sipp < Formula
desc "Traffic generator for the SIP protocol"
homepage "http://sipp.sourceforge.net/"
url "https://github.com/SIPp/sipp/archive/v3.4.1.tar.gz"
sha256 "bb6829a1f3af8d8b5f08ffcd7de40e2692b4dfb9a83eccec3653a51f77a82bc4"
revision 1
url "https://github.com/SIPp/sipp/releases/download/v3.5.1/sipp-3.5.1.tar.gz"
sha256 "56421ba7b43b67e9b04e21894b726502a82a6149fc86ba06df33dfc7252a1891"
bottle do
cellar :any_skip_relocation
@ -22,4 +21,8 @@ class Sipp < Formula
system "make", "DESTDIR=#{prefix}"
bin.install "sipp"
end
test do
assert_match "SIPp v#{version}", shell_output("#{bin}/sipp -v", 99)
end
end