diff options
| author | Kashif Rasul | 2014-04-24 17:11:57 +0200 | 
|---|---|---|
| committer | Brett Koonce | 2014-04-24 11:43:13 -0500 | 
| commit | 0f2d6e7991da1de6a748f580bdacc81492a7ecb7 (patch) | |
| tree | 42c9f2b2f455b99baa574f0c7e16a330e0608504 | |
| parent | 30fea9c42e4381ffdd7772976e0a6135ef893ee9 (diff) | |
| download | homebrew-0f2d6e7991da1de6a748f580bdacc81492a7ecb7.tar.bz2 | |
hive 0.13.0
Closes #28673.
Signed-off-by: Brett Koonce <koonce@gmail.com>
| -rw-r--r-- | Library/Formula/hive.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/hive.rb b/Library/Formula/hive.rb index 13b60cc32..b069e8db8 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.12.0/hive-0.12.0-bin.tar.gz' -  sha1 '488f625a859facc89312320ef7e9802f1cc2531e' +  url 'http://www.apache.org/dyn/closer.cgi?path=hive/hive-0.13.0/apache-hive-0.13.0-bin.tar.gz' +  sha1 '91cfded252a54ff1ef23a5713d96df0268e4ce25'    depends_on 'hadoop' | 
