aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrewTestBot2015-02-05 12:52:28 +0000
committerMike McQuaid2015-02-05 14:07:26 +0000
commit3e4a7f24a26d46b57ef9babaefa145c77a8149b8 (patch)
treece9f82ac42ba633b9b9fbb388d3e28f26e124cb2
parent5b1ecbc21d9881a83434346647358f3e5b8d492f (diff)
downloadhomebrew-3e4a7f24a26d46b57ef9babaefa145c77a8149b8.tar.bz2
nsd: add 4.1.1 bottle.
-rw-r--r--Library/Formula/nsd.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/nsd.rb b/Library/Formula/nsd.rb
index 8e8f21305..f6ae37b3b 100644
--- a/Library/Formula/nsd.rb
+++ b/Library/Formula/nsd.rb
@@ -5,6 +5,12 @@ class Nsd < Formula
url 'http://www.nlnetlabs.nl/downloads/nsd/nsd-4.1.1.tar.gz'
sha1 '11ca8a7bef74500f486db5deac994fdf3dec7358'
+ bottle do
+ sha1 "e0b29e8c010ea0e20949e3a7bdf2206136d68e2a" => :yosemite
+ sha1 "2648d981e7a399b76a06fa93d7d75d865ca8d816" => :mavericks
+ sha1 "a0ec3d813f678d8f83f11011693fcdbed0ebe4f5" => :mountain_lion
+ end
+
option 'with-root-server', 'Allow NSD to run as a root name server'
option 'with-bind8-stats', 'Enable BIND8-like NSTATS & XSTATS'
option 'with-ratelimit', 'Enable rate limiting'