From 6cd780d1e8cbf9ce6241ab7b2bf237cc2957bd07 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Tue, 10 May 2011 20:29:17 -0700 Subject: szip: fix md5 --- Library/Formula/szip.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/szip.rb b/Library/Formula/szip.rb index afe7f1d0a..6fa24a857 100644 --- a/Library/Formula/szip.rb +++ b/Library/Formula/szip.rb @@ -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" -- cgit v1.2.3