parent
ed113ad03b
commit
9a9e15e5fc
1 changed files with 4 additions and 6 deletions
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue