diff options
| author | Austin Seipp | 2013-01-05 02:49:48 -0600 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-05 07:32:08 -0800 |
| commit | b1002fa9285d5971b346e77175aca2ea5fb26fca (patch) | |
| tree | 978fca9205ee64c890a548063dad701d606323e4 /Library | |
| parent | f1dc6e15558867dd5b9284bb46c2c83a6190965f (diff) | |
| download | homebrew-b1002fa9285d5971b346e77175aca2ea5fb26fca.tar.bz2 | |
ConcurrencyKit 0.2.13
Closes #16902.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -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 b0eabefa2..fe06e0399 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.2.12.tar.gz' - sha1 '538638f3233b77c57efcfe8ad226f6098be9a0b2' + url 'http://concurrencykit.org/releases/ck-0.2.13.tar.gz' + sha1 'fd350384baa7f6263a2cc9d9d43f69f0dd3c89d0' head 'git://git.concurrencykit.org/ck.git' |
