From 2d356e0040f468c7af078f1c0323d529bc778273 Mon Sep 17 00:00:00 2001 From: Thierry Moisan Date: Thu, 1 Oct 2015 18:51:14 -0400 Subject: [PATCH] hbase 1.1.2 Closes #44511. Signed-off-by: Alex Dunn --- Library/Formula/hbase.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/Formula/hbase.rb b/Library/Formula/hbase.rb index e03d3a2b6939..345c5b21db3c 100644 --- a/Library/Formula/hbase.rb +++ b/Library/Formula/hbase.rb @@ -1,8 +1,8 @@ class Hbase < Formula desc "Hadoop database: a distributed, scalable, big data store" homepage "https://hbase.apache.org" - url "https://www.apache.org/dyn/closer.cgi?path=hbase/1.0.1.1/hbase-1.0.1.1-bin.tar.gz" - sha256 "fd20fd98e9c11d96d0281077e3040c81f45bafcc1e4f14318cede31e45819fdf" + url "https://www.apache.org/dyn/closer.cgi?path=hbase/1.1.2/hbase-1.1.2-bin.tar.gz" + sha256 "8ca5bf0203cef86b4a0acbba89afcd5977488ebc73eec097e93c592b16f8bede" depends_on :java => "1.6+" depends_on "hadoop"