aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/dnsmap.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/dnsmap.rb')
-rw-r--r--Library/Formula/dnsmap.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/dnsmap.rb b/Library/Formula/dnsmap.rb
index 3e9e821f4..4c7777318 100644
--- a/Library/Formula/dnsmap.rb
+++ b/Library/Formula/dnsmap.rb
@@ -3,7 +3,7 @@ require 'formula'
class Dnsmap < Formula
url 'http://dnsmap.googlecode.com/files/dnsmap-0.30.tar.gz'
homepage 'http://code.google.com/p/dnsmap/'
- md5 '7f341361622db147906700d37af46e06'
+ sha1 'a9a8a17102825510d16c1f8af33ca74407c18c70'
def install
system "make", "CC=#{ENV.cc}", "CFLAGS=#{ENV.cflags}", "BINDIR=#{bin}", "install"