aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/afflib.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/afflib.rb b/Library/Formula/afflib.rb
index 84681b8f8..a9e860219 100644
--- a/Library/Formula/afflib.rb
+++ b/Library/Formula/afflib.rb
@@ -5,6 +5,13 @@ class Afflib < Formula
url 'https://github.com/simsong/AFFLIBv3/archive/v3.7.4.tar.gz'
sha1 '589dae6f8439e97ab080026701cd0caa0636ac22'
+ bottle do
+ cellar :any
+ sha1 "c72b3fd14e5d7d5095c4d46c6c77619315112a20" => :mavericks
+ sha1 "28b07c6caae8ef85348b51ce80561fe10392ad8b" => :mountain_lion
+ sha1 "3af09ce1f21443b5a072979d97f7cc41035c3643" => :lion
+ end
+
depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "libtool" => :build