aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-03-16 21:35:20 -0500
committerJack Nagel2014-03-16 21:35:20 -0500
commitb73652ec5149eb535987e9cc929f381043d2be01 (patch)
tree5c89bf0db4bb3502ba68e414ba11f0138da63ab2 /Library
parent9b979c230d906bdf097870287b1e27618a3915a7 (diff)
downloadhomebrew-b73652ec5149eb535987e9cc929f381043d2be01.tar.bz2
libplist: use checksummed patches
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/libplist.rb7
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