diff options
| author | Jack Nagel | 2014-03-16 21:35:20 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-16 21:35:20 -0500 |
| commit | b73652ec5149eb535987e9cc929f381043d2be01 (patch) | |
| tree | 5c89bf0db4bb3502ba68e414ba11f0138da63ab2 /Library/Formula | |
| parent | 9b979c230d906bdf097870287b1e27618a3915a7 (diff) | |
| download | homebrew-b73652ec5149eb535987e9cc929f381043d2be01.tar.bz2 | |
libplist: use checksummed patches
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/libplist.rb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/libplist.rb b/Library/Formula/libplist.rb index 2f0ce861d..a0e663d08 100644 --- a/Library/Formula/libplist.rb +++ b/Library/Formula/libplist.rb @@ -21,9 +21,10 @@ class Libplist < Formula depends_on :python => :optional depends_on 'Cython' => :python if build.with? 'python' - def patches - # Upstream patch for compilation on 10.9 - "https://github.com/libimobiledevice/libplist/commit/c56c8103f51c20c6fcf99e8bc9d83c380f503a1b.patch" + # Upstream patch for compilation on 10.9 + patch do + url "https://github.com/libimobiledevice/libplist/commit/c56c8103f51c20c6fcf99e8bc9d83c380f503a1b.patch" + sha1 "c81bac3eb80fa3fe789bd2453883757ea591c2fd" end def install |
