diff options
| author | Brett Koonce | 2012-11-30 22:31:44 -0600 |
|---|---|---|
| committer | Adam Vandenberg | 2012-11-30 20:39:55 -0800 |
| commit | b24005473a35d13a1fa699994eaee4b2c5e8e016 (patch) | |
| tree | 435dfd5c943fa52e93ab0d5c950e20934f95dfa1 /Library/Formula | |
| parent | 7f17d655657e5c04931821684456a3d9bbc997e7 (diff) | |
| download | homebrew-b24005473a35d13a1fa699994eaee4b2c5e8e016.tar.bz2 | |
ck 0.2.12
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -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 bdd303c95..b0eabefa2 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.11.tar.gz' - sha1 '90aa90d657f85ae38f4b294720aed812e1b502b2' + url 'http://concurrencykit.org/releases/ck-0.2.12.tar.gz' + sha1 '538638f3233b77c57efcfe8ad226f6098be9a0b2' head 'git://git.concurrencykit.org/ck.git' |
