diff options
| -rw-r--r-- | Library/Formula/fftw.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/fftw.rb b/Library/Formula/fftw.rb index cf646acc6..5b013d970 100644 --- a/Library/Formula/fftw.rb +++ b/Library/Formula/fftw.rb @@ -2,8 +2,8 @@ require 'formula' class Fftw < Formula homepage 'http://www.fftw.org' - url 'http://www.fftw.org/fftw-3.3.1.tar.gz' - md5 '76f5f3c7577613d0fbedaae77450ac91' + url 'http://www.fftw.org/fftw-3.3.2.tar.gz' + md5 '6977ee770ed68c85698c7168ffa6e178' def install args = ["--enable-shared", |
