hbase 0.94.5

Closes Homebrew/homebrew#18431.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Ian Plosker 2013-03-12 15:48:09 +00:00 committed by Adam Vandenberg
parent e5049e3db3
commit eefd4020fc

View file

@ -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.4/hbase-0.94.4.tar.gz'
sha1 '97724e46547cb4b0a51d8cd7951268e372f2b19a'
url 'http://www.apache.org/dyn/closer.cgi?path=hbase/hbase-0.94.5/hbase-0.94.5.tar.gz'
sha1 '694faf309084b2e40ab6e9c3e336c50ce36cbb45'
depends_on 'hadoop'