aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-03-16 21:35:23 -0500
committerJack Nagel2014-03-16 23:09:22 -0500
commit2e789dd84bdfd3020cb99f8eb7ce6648d498216b (patch)
tree3b8f5333d90e7d2fe5c46b3a77ac552466527f89 /Library
parent8c240f4f6644ca43bdd2998451557a9b09b1c9b9 (diff)
downloadhomebrew-2e789dd84bdfd3020cb99f8eb7ce6648d498216b.tar.bz2
tcpflow: use checksummed patches
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/tcpflow.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/tcpflow.rb b/Library/Formula/tcpflow.rb
index 4819dbc85..66898bfc6 100644
--- a/Library/Formula/tcpflow.rb
+++ b/Library/Formula/tcpflow.rb
@@ -16,8 +16,9 @@ class Tcpflow < Formula
depends_on 'sqlite' if MacOS.version < :lion
# Upstream fix for 10.6; can be removed in next release
- def patches
- "https://github.com/simsong/tcpflow/commit/1cd5a9168c2ebf72c1fadcd64634398bd8470bce.diff"
+ patch do
+ url "https://github.com/simsong/tcpflow/commit/1cd5a9168c2ebf72c1fadcd64634398bd8470bce.diff"
+ sha1 "5264d287a5e62b647da0aa6f2bfa237bc8171c3a"
end
def install