diff options
| -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 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' | 
