Fixes MD% sum for mhash

Signed-off-by: David Höppner <0xffea@gmail.com>
master
Matias Korhonen 2010-05-28 17:37:26 +03:00 committed by David Höppner
parent ff179485c1
commit 4bb118b1f3
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ require 'formula'
class Mhash <Formula
@url='http://downloads.sourceforge.net/project/mhash/mhash/0.9.9.9/mhash-0.9.9.9.tar.gz'
@homepage='http://mhash.sourceforge.net/'
@md5='f91c74f9ccab2b574a98be5bc31eb280'
@md5='ee66b7d5947deb760aeff3f028e27d25'
def install
system "./configure --prefix=#{prefix} --disable-debug --disable-dependency-tracking"