From 8bb120b258900d406a143151713dd3de0ac68f2b Mon Sep 17 00:00:00 2001 From: Zabolotnov Sergey Date: Sat, 14 Feb 2015 14:44:17 +0300 Subject: [PATCH] hbase 0.98.10 hbase v0.98.10 Closes Homebrew/homebrew#36815. 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 94b2b4a642..fe71392071 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.9/hbase-0.98.9-hadoop2-bin.tar.gz' - sha1 '88d83d4f287b0ee89a04052b2a81fe46b1ac10a1' + url 'http://www.apache.org/dyn/closer.cgi?path=hbase/hbase-0.98.10/hbase-0.98.10-hadoop2-bin.tar.gz' + sha1 '626d5d837dd6282f102a86a38abb51940564ff59' depends_on 'hadoop'