aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-01-28 21:32:29 -0800
committerAdam Vandenberg2013-01-28 21:40:39 -0800
commit189b914f88877dcad4dd4cae3cc2fcb53e9559c7 (patch)
tree118d6d7832c2bf9f833674ea5ca0783b30eb5afb /Library/Formula
parente87e6c2b2675054f055d487d73e0cbe5f395ffc2 (diff)
downloadhomebrew-189b914f88877dcad4dd4cae3cc2fcb53e9559c7.tar.bz2
kumofs: style nits
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/kumofs.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/kumofs.rb b/Library/Formula/kumofs.rb
index 13ad86b73..6df71e113 100644
--- a/Library/Formula/kumofs.rb
+++ b/Library/Formula/kumofs.rb
@@ -1,11 +1,12 @@
require 'formula'
class Kumofs < Formula
- url 'https://github.com/downloads/etolabo/kumofs/kumofs-0.4.12.tar.gz'
- head 'https://github.com/etolabo/kumofs.git'
homepage 'http://kumofs.sourceforge.net/'
+ url 'https://github.com/downloads/etolabo/kumofs/kumofs-0.4.12.tar.gz'
sha1 'a1e895e42c8d5d75233f2234cf55069e76b4d39b'
+ head 'https://github.com/etolabo/kumofs.git'
+
depends_on 'tokyo-cabinet'
# msgpack rubygem and the C++ lib are needed
depends_on 'msgpack'