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