From 41f06d5480fc96d74ce82be354bb02b0f7ff6378 Mon Sep 17 00:00:00 2001 From: chenmin201 Date: Fri, 8 Nov 2013 13:59:38 -0500 Subject: [PATCH] hbase 0.94.13 Closes Homebrew/homebrew#24092. 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 09c89489b91..5677db7f16e 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.94.11/hbase-0.94.11.tar.gz' - sha1 '387df6fe6b1c17757d0daabba7229b504c2b0e0b' + url 'http://www.apache.org/dyn/closer.cgi?path=hbase/hbase-0.94.13/hbase-0.94.13.tar.gz' + sha1 '043b011a4dd15f2f49d23a19fd381bf6ae12ad29' depends_on 'hadoop'