diff options
| author | BrewTestBot | 2015-03-12 19:24:08 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2015-03-12 19:42:49 +0000 |
| commit | af6521d34259da939dfa4ebe09d900248f9442a2 (patch) | |
| tree | 0acf1e590fe009d475b158d83f9ca3a3e402f2ff | |
| parent | 6ffa5957f7905d3f409e13ab8ef9e64e18e57cd7 (diff) | |
| download | homebrew-af6521d34259da939dfa4ebe09d900248f9442a2.tar.bz2 | |
pdnsd: add 1.2.9a-par bottle.
| -rw-r--r-- | Library/Formula/pdnsd.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/pdnsd.rb b/Library/Formula/pdnsd.rb index dee063501..32fed8719 100644 --- a/Library/Formula/pdnsd.rb +++ b/Library/Formula/pdnsd.rb @@ -4,6 +4,13 @@ class Pdnsd < Formula version "1.2.9a-par" sha256 "bb5835d0caa8c4b31679d6fd6a1a090b71bdf70950db3b1d0cea9cf9cb7e2a7b" + bottle do + cellar :any + sha256 "a55b3ea9a71be9bee77ddb9ced37f77bc0f37376bf2d66ecdb7780282ae66e35" => :yosemite + sha256 "4dc63c69195b38fdb977bfcedb97de860d21a61beb0e280634037c1dee8bd455" => :mavericks + sha256 "473a9d25b7461badb8814355a313595c12240dd8054a6865acf709d85f197da2" => :mountain_lion + end + def install system "./configure", "--disable-debug", "--disable-dependency-tracking", |
