dnsmasq: add 2.70 bottle.
This commit is contained in:
parent
d971f913e8
commit
d86f2f9934
1 changed files with 6 additions and 0 deletions
|
@ -5,6 +5,12 @@ class Dnsmasq < Formula
|
|||
url 'http://www.thekelleys.org.uk/dnsmasq/dnsmasq-2.70.tar.gz'
|
||||
sha1 'ae21cad1a5fe14c5dd2ecdefc86177d8e4bada58'
|
||||
|
||||
bottle do
|
||||
sha1 "1f8dbfd55734f92bc19c31464b7c494fa475b07a" => :mavericks
|
||||
sha1 "2ce5814f8efdc77be667ddfa44f9c759fbc60a8c" => :mountain_lion
|
||||
sha1 "75dd1e027e329cbdd5817fe2389b5f8a768c5c79" => :lion
|
||||
end
|
||||
|
||||
option 'with-idn', 'Compile with IDN support'
|
||||
|
||||
depends_on "libidn" if build.with? "idn"
|
||||
|
|
Loading…
Reference in a new issue