diff options
| -rw-r--r-- | Library/Formula/hdf5.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Library/Formula/hdf5.rb b/Library/Formula/hdf5.rb index feec7b462..ee7c7ba50 100644 --- a/Library/Formula/hdf5.rb +++ b/Library/Formula/hdf5.rb @@ -1,10 +1,9 @@ require 'formula' class Hdf5 <Formula - url 'http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.4-patch1.tar.bz2' - version '1.8.4-patch1' + url 'http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.5.tar.bz2' homepage 'http://www.hdfgroup.org/HDF5/' - md5 'b19f4dfbf654a2af3653c492fc1c7513' + md5 'a400fe6c1c5964a7224dc684225d415c' depends_on 'szip' |
