aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/concurrencykit.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/concurrencykit.rb b/Library/Formula/concurrencykit.rb
index 9034b7c99..15d7ac764 100644
--- a/Library/Formula/concurrencykit.rb
+++ b/Library/Formula/concurrencykit.rb
@@ -7,6 +7,13 @@ class Concurrencykit < Formula
head 'git://git.concurrencykit.org/ck.git'
+ bottle do
+ cellar :any
+ sha1 "22301f0288902e3104d86866f9b38800743bac53" => :mavericks
+ sha1 "416c41fc3cc4881d28e9431a987ff240cc2f1c61" => :mountain_lion
+ sha1 "0b62d822d978a6203628314b3783e48cf7cf067a" => :lion
+ end
+
def install
system "./configure", "--prefix=#{prefix}"
system "make", "CC=#{ENV.cc}"