diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/tcpflow.rb | 6 |
1 files changed, 4 insertions, 2 deletions
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", |
