aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/atf.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/atf.rb b/Library/Formula/atf.rb
index 23cd9c086..9f91a7996 100644
--- a/Library/Formula/atf.rb
+++ b/Library/Formula/atf.rb
@@ -5,6 +5,12 @@ class Atf < Formula
url 'https://github.com/jmmv/atf/releases/download/atf-0.21/atf-0.21.tar.gz'
sha1 '7cc9d3703f7c0e00bb8ec801f7ac65ac9dc898d7'
+ bottle do
+ sha1 "5688f4c5066575165a7b9daf9aee4cc21f639656" => :yosemite
+ sha1 "6b3e5320b3cdc1b56556f1f41f819f684055c551" => :mavericks
+ sha1 "b7b43370c8bcf25b46c77b298b05e0d53098f7ad" => :mountain_lion
+ end
+
def install
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}",