aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2014-06-11 22:55:23 -0500
committerJack Nagel2014-06-11 22:55:24 -0500
commit797e6c54dd183a1b42c159a1e90e55d1f097621a (patch)
treeccc243835a52a8fdc0b1df16b8d749df8235aa7c
parent626da706e7885a32f352131643806d0e2e09526b (diff)
downloadhomebrew-797e6c54dd183a1b42c159a1e90e55d1f097621a.tar.bz2
hive 0.13.1
Closes #30076.
-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 b069e8db8..f67599d29 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.13.0/apache-hive-0.13.0-bin.tar.gz'
- sha1 '91cfded252a54ff1ef23a5713d96df0268e4ce25'
+ url 'http://www.apache.org/dyn/closer.cgi?path=hive/hive-0.13.1/apache-hive-0.13.1-bin.tar.gz'
+ sha1 'f9d96e3942ce93a409379f86632e80dd0a75848c'
depends_on 'hadoop'