From 349bcb5da3b19774901203ea019e692c92197f3f Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 16 Mar 2014 21:35:21 -0500 Subject: libvoikko: use checksummed patches --- Library/Formula/libvoikko.rb | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/libvoikko.rb b/Library/Formula/libvoikko.rb index 7af1617d0..c2abb11e4 100644 --- a/Library/Formula/libvoikko.rb +++ b/Library/Formula/libvoikko.rb @@ -8,12 +8,13 @@ class Libvoikko < Formula depends_on 'pkg-config' => :build depends_on 'suomi-malaga-voikko' - def patches - # Fixes compilation issues on OS X 10.9. Both merged upstream: - # https://github.com/voikko/corevoikko/pull/5 - # https://github.com/voikko/corevoikko/pull/6 - # Note that the upstream commits don't apply cleanly to stable - "https://gist.github.com/osimola/7724611/raw/2dcfddaf4bf7c7e9d940edb1b982d5b5e39bc378/libvoikko-3.7-mavericks.patch" + # Fixes compilation issues on OS X 10.9. Both merged upstream: + # https://github.com/voikko/corevoikko/pull/5 + # https://github.com/voikko/corevoikko/pull/6 + # Note that the upstream commits don't apply cleanly to stable + patch do + url "https://gist.github.com/osimola/7724611/raw/2dcfddaf4bf7c7e9d940edb1b982d5b5e39bc378/libvoikko-3.7-mavericks.patch" + sha1 "532d0a3097569c966b2632a5b876d9082b4a2c49" end def install -- cgit v1.2.3