From 392c7f6ee0595613b569b598b2fe1a80be246df4 Mon Sep 17 00:00:00 2001 From: Christian Moritz Date: Thu, 2 Jan 2014 17:20:58 +0100 Subject: [PATCH] hbase 0.94.15 (devel 0.96.1.1) Closes Homebrew/homebrew#25601. Closes Homebrew/homebrew#25603. Signed-off-by: Mike McQuaid --- Formula/hbase.rb | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Formula/hbase.rb b/Formula/hbase.rb index 5677db7f16..176ec19dc7 100644 --- a/Formula/hbase.rb +++ b/Formula/hbase.rb @@ -2,8 +2,13 @@ require 'formula' class Hbase < Formula homepage 'http://hbase.apache.org' - url 'http://www.apache.org/dyn/closer.cgi?path=hbase/hbase-0.94.13/hbase-0.94.13.tar.gz' - sha1 '043b011a4dd15f2f49d23a19fd381bf6ae12ad29' + url 'http://www.apache.org/dyn/closer.cgi?path=hbase/hbase-0.94.15/hbase-0.94.15.tar.gz' + sha1 '587ce348f0f25b7109c7cbe9b8c4547052d3c297' + + devel do + url 'http://www.apache.org/dyn/closer.cgi?path=hbase/hbase-0.96.1.1/hbase-0.96.1.1-hadoop1-bin.tar.gz' + sha1 'b0aba57e9b5a797ec2f9208457d4b02bbbecbb5a' + end depends_on 'hadoop'