diff options
| author | Alexey Palazhchenko | 2013-11-18 17:07:08 +0400 |
|---|---|---|
| committer | Mike McQuaid | 2013-11-18 13:31:33 +0000 |
| commit | e298ce86aba79c8cf8ca186e68c570741aab697a (patch) | |
| tree | badb8df5f01a35f543bab3dce270d23bbe3fd4a7 /Library | |
| parent | 9214e60742c5d37eb500c49ed2be278a3d2a354e (diff) | |
| download | homebrew-e298ce86aba79c8cf8ca186e68c570741aab697a.tar.bz2 | |
tcpflow 1.4.2.
Closes #24431.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -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", |
