diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/hunspell.rb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Formula/hunspell.rb b/Library/Formula/hunspell.rb index 5b4e8d1c4..e70854d9b 100644 --- a/Library/Formula/hunspell.rb +++ b/Library/Formula/hunspell.rb @@ -1,12 +1,14 @@ require 'formula' class Hunspell <Formula - url 'http://downloads.sourceforge.net/hunspell/hunspell-1.2.8.tar.gz' + url 'http://downloads.sourceforge.net/hunspell/hunspell-1.2.12.tar.gz' homepage 'http://hunspell.sourceforge.net/' - md5 '1177af54a09e320d2c24015f29c3a93e' + md5 '5ef2dc1026660d0ffb7eae7b511aee23' def install system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" + system "make" + ENV.deparallelize system "make install" end end |
