Skip to content

Commit

Permalink
concurrencykit: add 0.4 bottle.
Browse files Browse the repository at this point in the history
Closes Homebrew#26962.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
BrewTestBot authored and Sean P. Kane committed Mar 3, 2014
1 parent 68029d9 commit 949bfe2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Library/Formula/concurrencykit.rb
Expand Up @@ -7,6 +7,13 @@ class Concurrencykit < Formula

head 'git://git.concurrencykit.org/ck.git'

bottle do
cellar :any
sha1 "21698717ea6dde053a62253a1ccb2a19c987281a" => :mavericks
sha1 "6d952c9718603d3a8794a9884aec020d397c42b3" => :mountain_lion
sha1 "3760bbd8cd36fde9952f340cf860800aa2014ddf" => :lion
end

def install
system "./configure", "--prefix=#{prefix}"
system "make", "CC=#{ENV.cc}"
Expand Down

0 comments on commit 949bfe2

Please sign in to comment.