hbase 0.94.6
Closes Homebrew/homebrew#18863. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
53406d246f
commit
6c7f4ee5c2
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Hbase < Formula
|
||||
homepage 'http://hbase.apache.org'
|
||||
url 'http://www.apache.org/dyn/closer.cgi?path=hbase/hbase-0.94.5/hbase-0.94.5.tar.gz'
|
||||
sha1 '694faf309084b2e40ab6e9c3e336c50ce36cbb45'
|
||||
url 'http://www.apache.org/dyn/closer.cgi?path=hbase/hbase-0.94.6/hbase-0.94.6.tar.gz'
|
||||
sha1 '4a73120818b5595e926de3fc578519b62e60bb63'
|
||||
|
||||
depends_on 'hadoop'
|
||||
|
||||
|
|
Loading…
Reference in a new issue