aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/szip.rb
diff options
context:
space:
mode:
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 dc3bf90ea..08067b43d 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 '902f831bcefb69c6b635374424acbead'
+ sha1 'd241c9acc26426a831765d660b683b853b83c131'
def install
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"