aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/hbase.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/hbase.rb')
-rw-r--r--Library/Formula/hbase.rb10
1 files changed, 4 insertions, 6 deletions
diff --git a/Library/Formula/hbase.rb b/Library/Formula/hbase.rb
index fe7139207..7bd053957 100644
--- a/Library/Formula/hbase.rb
+++ b/Library/Formula/hbase.rb
@@ -1,11 +1,9 @@
-require 'formula'
-
class Hbase < Formula
- homepage 'http://hbase.apache.org'
- url 'http://www.apache.org/dyn/closer.cgi?path=hbase/hbase-0.98.10/hbase-0.98.10-hadoop2-bin.tar.gz'
- sha1 '626d5d837dd6282f102a86a38abb51940564ff59'
+ homepage "http://hbase.apache.org"
+ url "http://www.apache.org/dyn/closer.cgi?path=hbase/hbase-0.98.10.1/hbase-0.98.10.1-hadoop2-bin.tar.gz"
+ sha1 "ffe3b17a0c44417f2f8dabf9f263699f471d403f"
- depends_on 'hadoop'
+ depends_on "hadoop"
def install
rm_f Dir["bin/*.cmd", "conf/*.cmd"]