diff options
| -rw-r--r-- | Library/Formula/concurrencykit.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/concurrencykit.rb b/Library/Formula/concurrencykit.rb index f9a349fe4..baf0bfd26 100644 --- a/Library/Formula/concurrencykit.rb +++ b/Library/Formula/concurrencykit.rb @@ -2,8 +2,8 @@ require 'formula'  class Concurrencykit < Formula    homepage 'http://concurrencykit.org' -  url 'http://concurrencykit.org/releases/ck-0.3.2.tar.gz' -  sha1 '03852d7c91a6ad7c23efbf8a55c77652dc292d00' +  url 'http://concurrencykit.org/releases/ck-0.3.4.tar.gz' +  sha1 'bf32af29ca174f068ed8772aed1647ab3d474264'    head 'git://git.concurrencykit.org/ck.git'  | 
