diff options
| author | n0ts | 2010-09-12 17:46:39 +0900 |
|---|---|---|
| committer | Adam Vandenberg | 2010-09-20 08:18:52 -0700 |
| commit | 5f66141e64c5e2f2c0f50d8a3b53238b2f31bcb9 (patch) | |
| tree | 79579001e87390f78c535879184ac851f322338c /Library | |
| parent | 42aa4522e4adf2c908e804bffedc1868cc5a08ea (diff) | |
| download | homebrew-5f66141e64c5e2f2c0f50d8a3b53238b2f31bcb9.tar.bz2 | |
Upgrade kumofs to version 0.4.12
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/kumofs.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/kumofs.rb b/Library/Formula/kumofs.rb index 8896a7813..3e747f4b8 100644 --- a/Library/Formula/kumofs.rb +++ b/Library/Formula/kumofs.rb @@ -1,10 +1,10 @@ require 'formula' class Kumofs <Formula - url 'http://github.com/downloads/etolabo/kumofs/kumofs-0.4.8.tar.gz' + url 'http://github.com/downloads/etolabo/kumofs/kumofs-0.4.12.tar.gz' head 'git://github.com/etolabo/kumofs.git' homepage 'http://kumofs.sourceforge.net/' - md5 '8ce7bc91f86bb7e43b66cbf11af37a99' + md5 '70fc53a332fb2b76ae6a3aad7aa59aad' depends_on 'tokyo-cabinet' # msgpack rubygem and the C++ lib are needed |
