aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAlexey Palazhchenko2013-11-18 17:07:08 +0400
committerMike McQuaid2013-11-18 13:31:33 +0000
commite298ce86aba79c8cf8ca186e68c570741aab697a (patch)
treebadb8df5f01a35f543bab3dce270d23bbe3fd4a7 /Library
parent9214e60742c5d37eb500c49ed2be278a3d2a354e (diff)
downloadhomebrew-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.rb6
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",