diff options
| author | Jack Nagel | 2014-03-16 19:35:06 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-16 19:35:06 -0500 |
| commit | f00da75378851df7d0bd884c081c99ea112fa22d (patch) | |
| tree | 942370bc1dbce6b5476cf00a351a2d81f60e12f4 /Library/Formula | |
| parent | e846a9f52d1ec3ff969de0d990cc55675fb4fda3 (diff) | |
| download | homebrew-f00da75378851df7d0bd884c081c99ea112fa22d.tar.bz2 | |
clisp: use checksummed patches
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/clisp.rb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/clisp.rb b/Library/Formula/clisp.rb index a95edaf16..3af07169f 100644 --- a/Library/Formula/clisp.rb +++ b/Library/Formula/clisp.rb @@ -14,9 +14,10 @@ class Clisp < Formula cause "Configure fails on XCode 4/Snow Leopard." end - def patches - { :p0 => "https://trac.macports.org/export/89054/trunk/dports/lang/clisp/files/patch-src_lispbibl_d.diff", - :p1 => DATA } + patch :DATA + patch :p0 do + url "https://trac.macports.org/export/89054/trunk/dports/lang/clisp/files/patch-src_lispbibl_d.diff" + sha1 "8324152a1db755db6c66ce5c059092d55576f37b" end def install |
