hbase 0.94.9

Closes Homebrew/homebrew#21150.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Kashif Rasul 2013-07-11 18:20:57 +02:00 committed by Adam Vandenberg
parent dcc2963f3a
commit 1222a94b70

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.8/hbase-0.94.8.tar.gz'
sha1 '1319376422770a6f1ecd9a1a43854064c205aca5'
url 'http://www.apache.org/dyn/closer.cgi?path=hbase/hbase-0.94.9/hbase-0.94.9.tar.gz'
sha1 '26131f52acf53beae04ade616286ffb7d7544bb3'
depends_on 'hadoop'