tcpflow 1.4.5

tcpflow 1.4.5

Closes Homebrew/homebrew#47560.

Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
This commit is contained in:
Bart Leusink 2015-12-31 13:06:32 +01:00 committed by Baptiste Fontaine
parent 22edb8a958
commit b781b144a6

View file

@ -1,8 +1,8 @@
class Tcpflow < Formula
desc "TCP flow recorder"
homepage "https://github.com/simsong/tcpflow"
url "http://digitalcorpora.org/downloads/tcpflow/tcpflow-1.4.4.tar.gz"
sha256 "b6f5605e7e3f71d004736f4ded9e2a4f5c2233d3423019f3dc0af56037ed544c"
url "http://digitalcorpora.org/downloads/tcpflow/tcpflow-1.4.5.tar.gz"
sha256 "f39fed437911b858c97937bc902f68f9a690753617abe825411a8483a7f70c72"
head do
url "https://github.com/simsong/tcpflow.git"
@ -15,14 +15,6 @@ class Tcpflow < Formula
depends_on "sqlite" if MacOS.version < :lion
depends_on "openssl"
stable do
# Upstream fix for 10.6; can be removed in next release
patch do
url "https://github.com/simsong/tcpflow/commit/1cd5a9168c2ebf72c1fadcd64634398bd8470bce.diff"
sha256 "6c3aae2f3a140847a9333c5f4d1e94bddb60e79b7c7ee2d13a2cc116fd9620c3"
end
end
def install
system "bash", "./bootstrap.sh" if build.head?
system "./configure", "--disable-dependency-tracking",