From 57d105b8329fdd77c8e37473e81fb777e9ff58bf Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 16 Mar 2014 21:35:20 -0500 Subject: [PATCH] libplist: use checksummed patches --- Formula/libplist.rb | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Formula/libplist.rb b/Formula/libplist.rb index 2f0ce861df7..a0e663d0822 100644 --- a/Formula/libplist.rb +++ b/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