From cd04d5fc410637301082a94ce56cbd5c9cd91414 Mon Sep 17 00:00:00 2001 From: Wentao Han Date: Fri, 13 Jun 2014 22:46:42 +0800 Subject: [PATCH] hbase 0.98.3 Closes Homebrew/homebrew#30120. Signed-off-by: Mike McQuaid --- Formula/hbase.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/hbase.rb b/Formula/hbase.rb index 4fe18108b8..e91b5993df 100644 --- a/Formula/hbase.rb +++ b/Formula/hbase.rb @@ -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.98.1/hbase-0.98.1-hadoop2-bin.tar.gz' - sha1 'a1bc4470975dd65f5804a31be6bf8761ca152de7' + url 'http://www.apache.org/dyn/closer.cgi?path=hbase/hbase-0.98.3/hbase-0.98.3-hadoop2-bin.tar.gz' + sha1 'babbe880afc86783e3e5f659b65b046c1589d0c5' depends_on 'hadoop'