aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2015-02-17 20:21:39 -0500
committerJack Nagel2015-02-17 20:21:54 -0500
commit031cfc28a9fe7232a4a3b9b84238eae98237b5b7 (patch)
treeedea20c5fa3620bf656af676bfce83271f5e4450
parentf6aed2a347fc50e5fe4a2a376bf91ce61ef71ab3 (diff)
downloadhomebrew-031cfc28a9fe7232a4a3b9b84238eae98237b5b7.tar.bz2
hbase 0.98.10.1
Closes #36896.
-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"]