diff options
| author | Jack Nagel | 2014-03-14 10:03:26 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-14 12:59:53 -0500 |
| commit | a375c26497bcb8f53064bba03645351ab26d0afd (patch) | |
| tree | c4beb8576f68cdc3a9f611255a5a8bea5c7b81aa /Library/Formula/ucspi-tcp.rb | |
| parent | 59e5bcef3cd17fb6e71f3f401a8c7a66185c5a0d (diff) | |
| download | homebrew-a375c26497bcb8f53064bba03645351ab26d0afd.tar.bz2 | |
ucspi-tcp: use checksummed patches
Diffstat (limited to 'Library/Formula/ucspi-tcp.rb')
| -rw-r--r-- | Library/Formula/ucspi-tcp.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/ucspi-tcp.rb b/Library/Formula/ucspi-tcp.rb index 04a4017d8..c5eab0834 100644 --- a/Library/Formula/ucspi-tcp.rb +++ b/Library/Formula/ucspi-tcp.rb @@ -5,8 +5,9 @@ class UcspiTcp < Formula url 'http://cr.yp.to/ucspi-tcp/ucspi-tcp-0.88.tar.gz' sha1 '793b4189795b563085602c030dd8aa0d206ddc0e' - def patches - "http://www.fefe.de/ucspi/ucspi-tcp-0.88-ipv6.diff19.bz2" + patch do + url "http://www.fefe.de/ucspi/ucspi-tcp-0.88-ipv6.diff19.bz2" + sha1 "c055c7ff33977e595422321600f682b8d8bc9ff2" end def install |
