diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/dns2tcp.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/dns2tcp.rb b/Library/Formula/dns2tcp.rb index c21dd0318..c80514f93 100644 --- a/Library/Formula/dns2tcp.rb +++ b/Library/Formula/dns2tcp.rb @@ -1,12 +1,12 @@ require 'formula' class Dns2tcp < Formula - url 'http://www.hsc.fr/ressources/outils/dns2tcp/download/dns2tcp-0.4.3.tar.gz' homepage 'http://www.hsc.fr/ressources/outils/dns2tcp/index.html.en' - md5 'd2b322ee27f4ff53dfdad61aa2f42dd8' + url 'http://www.hsc.fr/ressources/outils/dns2tcp/download/dns2tcp-0.5.2.tar.gz' + md5 '51c5dc69f5814c2936ce6832217d292d' def install - system "./configure", "--prefix=#{prefix}", "--disable-debug", "--disable-dependency-tracking" + system "./configure", "--prefix=#{prefix}", "--disable-dependency-tracking" system "make install" end end |
