aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrewTestBot2014-10-26 14:26:56 +0000
committerMike McQuaid2014-10-26 14:49:19 +0000
commit704781b3aae358623e935281848ab58766273e6d (patch)
tree887bdffc70bc3c1763762383bf4bef284cebf3b1
parent7f6420805fc1002b42f7cf35b56465799b2d2e04 (diff)
downloadhomebrew-704781b3aae358623e935281848ab58766273e6d.tar.bz2
pdns: add 3.4.0 bottle.
Closes #33604. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
-rw-r--r--Library/Formula/pdns.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/pdns.rb b/Library/Formula/pdns.rb
index d67c4e825..675422962 100644
--- a/Library/Formula/pdns.rb
+++ b/Library/Formula/pdns.rb
@@ -6,6 +6,12 @@ class Pdns < Formula
url 'http://downloads.powerdns.com/releases/pdns-3.4.0.tar.bz2'
sha1 'b1c5bf10e03c04f707b752b5159db06179c172d9'
+ bottle do
+ sha1 "be0e2cae3ab4502568b050cd1c7cadcb8a7205d9" => :yosemite
+ sha1 "299df17ba2070546dd9e1baeb9a82188f4ae4d8c" => :mavericks
+ sha1 "ff04dae2726cfe50b2535a96c88aa325d04d7aa1" => :mountain_lion
+ end
+
option 'pgsql', 'Enable the PostgreSQL backend'
depends_on 'pkg-config' => :build