aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew L Daniel2013-11-26 17:07:13 -0800
committerJack Nagel2013-11-26 22:22:43 -0600
commita76fe0c47d3af50839c16817c946c0642fe604de (patch)
treebdd1117aea8d386cee096a1e9b54e09cdfc6e846
parent4fc3f185b6180d57ec07a257f7d992c8fdccbeac (diff)
downloadhomebrew-a76fe0c47d3af50839c16817c946c0642fe604de.tar.bz2
Apache Hive 0.12.0
Closes #24696. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
-rw-r--r--Library/Formula/hive.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/hive.rb b/Library/Formula/hive.rb
index de3bde4f0..4fa0948dd 100644
--- a/Library/Formula/hive.rb
+++ b/Library/Formula/hive.rb
@@ -2,8 +2,8 @@ require 'formula'
class Hive < Formula
homepage 'http://hive.apache.org'
- url 'http://www.apache.org/dyn/closer.cgi?path=hive/hive-0.11.0/hive-0.11.0-bin.tar.gz'
- sha1 'c584a74c2dcae66d8777347906aaedbeb7793bbf'
+ url 'http://www.apache.org/dyn/closer.cgi?path=hive/hive-0.12.0/hive-0.12.0-bin.tar.gz'
+ sha1 '488f625a859facc89312320ef7e9802f1cc2531e'
depends_on 'hadoop'
def install