libplist: use checksummed patches

master
Jack Nagel 2014-03-16 21:35:20 -05:00
parent 389b479b51
commit 57d105b832
1 changed files with 4 additions and 3 deletions

View File

@ -21,9 +21,10 @@ class Libplist < Formula
depends_on :python => :optional depends_on :python => :optional
depends_on 'Cython' => :python if build.with? 'python' depends_on 'Cython' => :python if build.with? 'python'
def patches # Upstream patch for compilation on 10.9
# Upstream patch for compilation on 10.9 patch do
"https://github.com/libimobiledevice/libplist/commit/c56c8103f51c20c6fcf99e8bc9d83c380f503a1b.patch" url "https://github.com/libimobiledevice/libplist/commit/c56c8103f51c20c6fcf99e8bc9d83c380f503a1b.patch"
sha1 "c81bac3eb80fa3fe789bd2453883757ea591c2fd"
end end
def install def install