szip: md5 changed silently

This commit is contained in:
Adam Vandenberg 2011-07-28 21:26:43 -07:00
parent fc60676242
commit 00e3f55544

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 '63894a65bc470011fd2049f3ca65d2bf'
md5 '0d6a55bb7787f9ff8b9d608f23ef5be0'
def install
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"