diff options
| author | Jack Nagel | 2015-02-17 20:21:39 -0500 |
|---|---|---|
| committer | Jack Nagel | 2015-02-17 20:21:54 -0500 |
| commit | 031cfc28a9fe7232a4a3b9b84238eae98237b5b7 (patch) | |
| tree | edea20c5fa3620bf656af676bfce83271f5e4450 /Library | |
| parent | f6aed2a347fc50e5fe4a2a376bf91ce61ef71ab3 (diff) | |
| download | homebrew-031cfc28a9fe7232a4a3b9b84238eae98237b5b7.tar.bz2 | |
hbase 0.98.10.1
Closes #36896.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/hbase.rb | 10 |
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"] |
