aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/concurrencykit.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/concurrencykit.rb')
-rw-r--r--Library/Formula/concurrencykit.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/Library/Formula/concurrencykit.rb b/Library/Formula/concurrencykit.rb
index 58009dd1a..8a61f254d 100644
--- a/Library/Formula/concurrencykit.rb
+++ b/Library/Formula/concurrencykit.rb
@@ -1,13 +1,15 @@
require 'formula'
class Concurrencykit < Formula
- url 'http://concurrencykit.org/releases/ck-0.1.4.tar.gz'
homepage 'http://concurrencykit.org'
- md5 '11f6f2145d12c48fd17845b39f492ceb'
+ url 'http://concurrencykit.org/releases/ck-0.2.2.tar.gz'
+ sha1 '1c57819935f2a24128e521387e58587557de93c9'
+
head 'git://git.concurrencykit.org/ck.git'
def install
system "./configure", "--prefix=#{prefix}"
+ system "make", "CC=#{ENV.cc}"
system "make install"
end
end