Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
concurrencykit 0.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: Brett Koonce <koonce@gmail.com>
  • Loading branch information
fsouza authored and brettkoonce committed Feb 26, 2014
1 parent 99c5121 commit b11ee4e
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions Library/Formula/concurrencykit.rb
Expand Up @@ -2,18 +2,11 @@

class Concurrencykit < Formula
homepage 'http://concurrencykit.org'
url 'http://concurrencykit.org/releases/ck-0.4.tar.gz'
sha1 'de7a408528eb780fc5587a2d6b589d6e7af657d1'
url 'http://concurrencykit.org/releases/ck-0.4.1.tar.gz'
sha1 '53be7f3cc42bf46f409926a8add911bf49f37c20'

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 b11ee4e

Please sign in to comment.