From a9ab0248f845c0dcac8520f476739aebf97e0842 Mon Sep 17 00:00:00 2001 From: billchurch Date: Sun, 22 Apr 2012 12:17:12 -0300 Subject: [PATCH] dnsmasq 2.60 Signed-off-by: Adam Vandenberg --- Formula/dnsmasq.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/dnsmasq.rb b/Formula/dnsmasq.rb index 681262de244..a25406dc99d 100644 --- a/Formula/dnsmasq.rb +++ b/Formula/dnsmasq.rb @@ -1,9 +1,9 @@ require 'formula' class Dnsmasq < Formula - url 'http://www.thekelleys.org.uk/dnsmasq/dnsmasq-2.57.tar.gz' homepage 'http://www.thekelleys.org.uk/dnsmasq/doc.html' - md5 'd10faeb409717eae94718d7716ca63a4' + url 'http://www.thekelleys.org.uk/dnsmasq/dnsmasq-2.60.tar.gz' + md5 '5a09908e02724d759ac60d9cafd27de8' def options [['--with-idn', "Compile with IDN support"]]