Skip to content

Commit

Permalink
SZip: Fix MD5
Browse files Browse the repository at this point in the history
Looks like SZip got a stealth update.
  • Loading branch information
Sharpie committed Nov 16, 2011
1 parent c65b351 commit 5547d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Formula/szip.rb
Expand Up @@ -3,7 +3,7 @@
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 '0d6a55bb7787f9ff8b9d608f23ef5be0'
md5 '902f831bcefb69c6b635374424acbead'

def install
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"
Expand Down

0 comments on commit 5547d8e

Please sign in to comment.