From e298ce86aba79c8cf8ca186e68c570741aab697a Mon Sep 17 00:00:00 2001 From: Alexey Palazhchenko Date: Mon, 18 Nov 2013 17:07:08 +0400 Subject: tcpflow 1.4.2. Closes #24431. Signed-off-by: Mike McQuaid --- Library/Formula/tcpflow.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Library') diff --git a/Library/Formula/tcpflow.rb b/Library/Formula/tcpflow.rb index 4a6dc3c15..e889d798c 100644 --- a/Library/Formula/tcpflow.rb +++ b/Library/Formula/tcpflow.rb @@ -2,8 +2,8 @@ require 'formula' class Tcpflow < Formula homepage 'https://github.com/simsong/tcpflow' - url 'https://github.com/downloads/simsong/tcpflow/tcpflow-1.3.0.tar.gz' - sha1 'fccd0a451bf138e340fc3b55dfc07924c0a811d8' + url 'http://www.digitalcorpora.org/downloads/tcpflow/tcpflow-1.4.2.tar.gz' + sha1 '69c291b4248300ff5caae031a7fa56b533e49779' head do url 'https://github.com/simsong/tcpflow.git' @@ -12,6 +12,8 @@ class Tcpflow < Formula depends_on :libtool end + depends_on 'boost' => :build + def install system "bash", "./bootstrap.sh" if build.head? system "./configure", "--disable-dependency-tracking", -- cgit v1.2.3