aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2014-02-23 12:04:53 +0000
committerBrewTestBot2014-02-23 12:04:53 +0000
commitca421a8ab0648cfda81e27e1760baa5275bd6e8d (patch)
tree0e55bb4d61762134ec158bae9963e3fcee2376db /Library/Formula
parent31466a6e9119ce0e547bc49828f08f2314491f59 (diff)
downloadhomebrew-ca421a8ab0648cfda81e27e1760baa5275bd6e8d.tar.bz2
dnsmasq: add 2.68 bottle.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/dnsmasq.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/dnsmasq.rb b/Library/Formula/dnsmasq.rb
index 448b6d89c..a2128a57c 100644
--- a/Library/Formula/dnsmasq.rb
+++ b/Library/Formula/dnsmasq.rb
@@ -5,6 +5,12 @@ class Dnsmasq < Formula
url 'http://www.thekelleys.org.uk/dnsmasq/dnsmasq-2.68.tar.gz'
sha1 'c78f5992539ff29924ca6aa1ba06ecb81710e743'
+ bottle do
+ sha1 "604566d789db22d8c25b7bc28d255d5957c8d28a" => :mavericks
+ sha1 "cb1e603aa85cbbd86d871d4530c6a741e4b1968f" => :mountain_lion
+ sha1 "b3746e517c4ba585e595b9ff2ae36d2055a65037" => :lion
+ end
+
option 'with-idn', 'Compile with IDN support'
depends_on "libidn" if build.include? 'with-idn'