szip: fix md5

This commit is contained in:
Adam Vandenberg 2011-05-10 20:29:17 -07:00
parent a87cf2da71
commit 7e6d286cbc

View file

@ -3,7 +3,7 @@ require 'formula'
class Szip < Formula
url 'http://www.hdfgroup.org/ftp/lib-external/szip/2.1/src/szip-2.1.tar.gz'
homepage 'http://www.hdfgroup.org/HDF5/release/obtain5.html#extlibs'
md5 '1e0621efa66c2e1b07d7659703df5ea8'
md5 '63894a65bc470011fd2049f3ca65d2bf'
def install
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"