aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/concurrencykit.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2012-06-11 21:05:47 -0700
committerAdam Vandenberg2012-06-11 21:05:47 -0700
commit2816e896d3c4394badbf8461e0d6daf6f2857abb (patch)
tree8b1779e67e26db79d8afd6391c1053b2a3fcbc3b /Library/Formula/concurrencykit.rb
parentdff67fb5d923b2786c2875f3ed695fbe28e14754 (diff)
downloadhomebrew-2816e896d3c4394badbf8461e0d6daf6f2857abb.tar.bz2
ConcurrencyKit 0.2.2
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