diff options
Diffstat (limited to 'Library/Formula/dnsmasq.rb')
| -rw-r--r-- | Library/Formula/dnsmasq.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/Library/Formula/dnsmasq.rb b/Library/Formula/dnsmasq.rb index afe166aba..57f3b7c9a 100644 --- a/Library/Formula/dnsmasq.rb +++ b/Library/Formula/dnsmasq.rb @@ -1,9 +1,9 @@  require 'formula'  class Dnsmasq <Formula -  @url='http://www.thekelleys.org.uk/dnsmasq/dnsmasq-2.55.tar.gz' -  @homepage='http://www.thekelleys.org.uk/dnsmasq/doc.html' -  @md5='b093d7c6bc7f97ae6fd35d048529232a' +  url 'http://www.thekelleys.org.uk/dnsmasq/dnsmasq-2.55.tar.gz' +  homepage 'http://www.thekelleys.org.uk/dnsmasq/doc.html' +  md5 'b093d7c6bc7f97ae6fd35d048529232a'    def install      ENV.deparallelize | 
