From a07bc4b6ee646de2abe39621e32d54c9861e5117 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 16 Mar 2014 21:35:23 -0500 Subject: [PATCH] tcpflow: use checksummed patches --- Formula/tcpflow.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Formula/tcpflow.rb b/Formula/tcpflow.rb index 4819dbc859d..66898bfc6ff 100644 --- a/Formula/tcpflow.rb +++ b/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