diff options
| author | Jack Nagel | 2014-03-16 21:35:21 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-16 21:35:21 -0500 |
| commit | 349bcb5da3b19774901203ea019e692c92197f3f (patch) | |
| tree | 36e3a8e5e527da5cc78b24153fefaeb2efa0f0d8 /Library/Formula | |
| parent | 07d0177a3c803f67cd7cb1a58804fe1311510c69 (diff) | |
| download | homebrew-349bcb5da3b19774901203ea019e692c92197f3f.tar.bz2 | |
libvoikko: use checksummed patches
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/libvoikko.rb | 13 |
1 files changed, 7 insertions, 6 deletions
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 |
