From d850dcd862b44899187c30eefa60da902e4823e6 Mon Sep 17 00:00:00 2001 From: Aaron Schumacher Date: Tue, 2 Jun 2015 11:11:08 -0400 Subject: [PATCH] hive 1.1.1 Closes Homebrew/homebrew#40307. Signed-off-by: Tim D. Smith --- Formula/hive.rb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Formula/hive.rb b/Formula/hive.rb index 4124c3cc40c..114a1cc9f9b 100644 --- a/Formula/hive.rb +++ b/Formula/hive.rb @@ -1,9 +1,7 @@ -require 'formula' - class Hive < Formula homepage 'https://hive.apache.org' - url 'https://www.apache.org/dyn/closer.cgi?path=hive/hive-1.1.0/apache-hive-1.1.0-bin.tar.gz' - sha1 'bf7e4752fa7208c3eda09f7a8aeba0f341239952' + url 'https://www.apache.org/dyn/closer.cgi?path=hive/hive-1.1.1/apache-hive-1.1.1-bin.tar.gz' + sha256 "71cb92f87aaea1af69ff27f95878f3190e9b184cdff84b8f8740af4cc99d81c3" depends_on 'hadoop' depends_on :java