aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/botan.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/botan.rb b/Library/Formula/botan.rb
index 75f2b2d7e..a2e485305 100644
--- a/Library/Formula/botan.rb
+++ b/Library/Formula/botan.rb
@@ -6,6 +6,12 @@ class Botan < Formula
sha1 "078fcb03c9ef0691621eda3ca312ebf08b3890cc"
revision 1
+ bottle do
+ sha1 "89d491598019e57540e22089c3c7a3d45a845adc" => :yosemite
+ sha1 "aa5b7be38ab12c1755f3cb8dbee104d9514f27b2" => :mavericks
+ sha1 "2efea61b9f63b8344617a90eb4dc0445baab0243" => :mountain_lion
+ end
+
option "enable-debug", "Enable debug build of Botan"
depends_on "pkg-config" => :build