aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorKashif Rasul2014-03-21 00:06:08 +0100
committerMike McQuaid2014-03-21 09:25:53 +0000
commit4f90ad0c06d97917067f1fd328e3659952e5cf89 (patch)
tree8f89408eba2b97eac6ba354b2e9a94f99a0f2a60 /Library/Formula
parent7ed33a173a5f4f9018a79f2354f123c1b48f0c1c (diff)
downloadhomebrew-4f90ad0c06d97917067f1fd328e3659952e5cf89.tar.bz2
hbase 0.98.0
Closes #27748. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/hbase.rb12
1 files changed, 3 insertions, 9 deletions
diff --git a/Library/Formula/hbase.rb b/Library/Formula/hbase.rb
index aa9f1d2d8..cc86eb97e 100644
--- a/Library/Formula/hbase.rb
+++ b/Library/Formula/hbase.rb
@@ -2,20 +2,14 @@ require 'formula'
class Hbase < Formula
homepage 'http://hbase.apache.org'
- url 'http://www.apache.org/dyn/closer.cgi?path=hbase/hbase-0.94.16/hbase-0.94.16.tar.gz'
- sha1 '32dd12ccf9ae46ec38e31b5a08900a0c576c874a'
-
- devel do
- url 'http://www.apache.org/dyn/closer.cgi?path=hbase/hbase-0.96.1.1/hbase-0.96.1.1-hadoop1-bin.tar.gz'
- sha1 'b0aba57e9b5a797ec2f9208457d4b02bbbecbb5a'
- end
+ url 'http://www.apache.org/dyn/closer.cgi?path=hbase/hbase-0.98.0/hbase-0.98.0-hadoop2-bin.tar.gz'
+ sha1 '95cbaf1703a3f4719f67ff0e2d3247155b49fccc'
depends_on 'hadoop'
def install
- rm_f Dir["bin/*.bat"]
+ rm_f Dir["bin/*.cmd", "conf/*.cmd"]
libexec.install %w[bin conf docs lib hbase-webapps]
- libexec.install Dir['*.jar']
bin.write_exec_script Dir["#{libexec}/bin/*"]
inreplace "#{libexec}/conf/hbase-env.sh",