From fd9c3b376879ea0c4667e365095acf7dc219798c 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 Homebrew/homebrew#44511. Signed-off-by: Alex Dunn --- Formula/hbase.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/hbase.rb b/Formula/hbase.rb index e03d3a2b69..345c5b21db 100644 --- a/Formula/hbase.rb +++ b/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"