aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mhash.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/mhash.rb')
-rw-r--r--Library/Formula/mhash.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mhash.rb b/Library/Formula/mhash.rb
index af6d25715..79ca76cdb 100644
--- a/Library/Formula/mhash.rb
+++ b/Library/Formula/mhash.rb
@@ -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 'ee66b7d5947deb760aeff3f028e27d25'
+ sha1 'c898de5ea60d9e0873a1b73caa031bb1b5797c03'
def install
system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking"