diff options
| -rw-r--r-- | Library/Formula/dnstop.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/dnstop.rb b/Library/Formula/dnstop.rb index 6c8978739..6dc8efc24 100644 --- a/Library/Formula/dnstop.rb +++ b/Library/Formula/dnstop.rb @@ -1,9 +1,9 @@ require 'formula' class Dnstop < Formula - url 'http://dns.measurement-factory.com/tools/dnstop/src/dnstop-20110502.tar.gz' homepage 'http://dns.measurement-factory.com/tools/dnstop/index.html' - md5 '28cb54f3780b27e15df8924235e4e37b' + url 'http://dns.measurement-factory.com/tools/dnstop/src/dnstop-20120611.tar.gz' + sha1 'a5fb7e9d307488f2f6aaaa0291b9c7c187f68fd9' def install system "./configure", "--prefix=#{prefix}" |
