aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/szip.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2011-05-10 20:29:17 -0700
committerAdam Vandenberg2011-05-10 20:29:17 -0700
commit6cd780d1e8cbf9ce6241ab7b2bf237cc2957bd07 (patch)
tree319d1c5bc7368b6524898ec5656f40f4866930fd /Library/Formula/szip.rb
parent7503eb151c3162438a8caf2dd51db87b2030dce3 (diff)
downloadhomebrew-6cd780d1e8cbf9ce6241ab7b2bf237cc2957bd07.tar.bz2
szip: fix md5
Diffstat (limited to 'Library/Formula/szip.rb')
-rw-r--r--Library/Formula/szip.rb2
1 files changed, 1 insertions, 1 deletions
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"