diff options
| author | Jack Nagel | 2014-03-14 16:24:11 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-14 16:24:11 -0500 |
| commit | 0c9d5970c0dcb6746bf54afdfb4d63f2bb3b98b5 (patch) | |
| tree | 73b9c3b37a689ca68225dc9e311a7b573c757234 /Library | |
| parent | 742dacb011346ba3d73fe3b11a8277d5eee2df82 (diff) | |
| download | homebrew-0c9d5970c0dcb6746bf54afdfb4d63f2bb3b98b5.tar.bz2 | |
zzuf: use checksummed patches
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/zzuf.rb | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/Library/Formula/zzuf.rb b/Library/Formula/zzuf.rb index a7ad93c6f..e46b6c0db 100644 --- a/Library/Formula/zzuf.rb +++ b/Library/Formula/zzuf.rb @@ -7,12 +7,11 @@ class Zzuf < Formula conflicts_with 'libzzip', :because => 'both install `zzcat` binaries' - def patches - # Fix OS X-specific bug in zzuf 0.13; see https://trac.macports.org/ticket/29157 - # This has been fixed upstream and should be included in the next release. - { :p3 => - 'https://trac.macports.org/export/78051/trunk/dports/security/zzuf/files/patch-src-libzzuf-lib--mem.c.diff' - } + # Fix OS X-specific bug in zzuf 0.13; see https://trac.macports.org/ticket/29157 + # This has been fixed upstream and should be included in the next release. + patch :p3 do + url "https://trac.macports.org/export/78051/trunk/dports/security/zzuf/files/patch-src-libzzuf-lib--mem.c.diff" + sha1 "bc40649d8bdd589ef3876796d4791f28220d964a" end def install |
