diff options
| author | Jack Nagel | 2014-03-16 21:35:19 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-16 21:35:19 -0500 |
| commit | 1e3f6413c50c1cd3bea14ce14336ae4c24e9fb3e (patch) | |
| tree | 92da5b751c7d8467ba5a43a6ff00c8f5de5b3ebe | |
| parent | 4a1792d7854672ccc8d6edf8351465c4721e21f5 (diff) | |
| download | homebrew-1e3f6413c50c1cd3bea14ce14336ae4c24e9fb3e.tar.bz2 | |
john-jumbo: use checksummed patches
| -rw-r--r-- | Library/Formula/john-jumbo.rb | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/Library/Formula/john-jumbo.rb b/Library/Formula/john-jumbo.rb index 58dbe4205..4ce7fa2a7 100644 --- a/Library/Formula/john-jumbo.rb +++ b/Library/Formula/john-jumbo.rb @@ -7,16 +7,15 @@ class JohnJumbo < Formula conflicts_with 'john', :because => 'both install the same binaries' - def patches - [ - "http://www.openwall.com/john/g/john-1.7.9-jumbo-7.diff.gz", # Jumbo - # First patch taken from MacPorts, tells john where to find runtime files - # Second patch protects against a redefinition of _mm_testz_si128 which - # tanked the build in clang; - # see https://github.com/Homebrew/homebrew/issues/26531 - DATA - ] + # First patch taken from MacPorts, tells john where to find runtime files + # Second patch protects against a redefinition of _mm_testz_si128 which + # tanked the build in clang; + # see https://github.com/Homebrew/homebrew/issues/26531 + patch do + url "http://www.openwall.com/john/g/john-1.7.9-jumbo-7.diff.gz" + sha1 "22fd8294e997f45a301cfeb65a8aa7083f25a55d" end + patch :DATA fails_with :llvm do build 2334 |
