diff options
| author | Kashif Rasul | 2013-03-31 13:40:17 +0200 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-03-31 12:03:44 -0700 | 
| commit | 2ce9fe685283b8598cd8829ad39abaa4099b0b19 (patch) | |
| tree | 49f24512aef196b354672ea8599d57c6fcf1a8eb | |
| parent | ef4c187040648d765c11fb8b6b127f400971219a (diff) | |
| download | homebrew-2ce9fe685283b8598cd8829ad39abaa4099b0b19.tar.bz2 | |
hive 0.10.0
Closes #18862.
Signed-off-by: Adam Vandenberg <flangy@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 becf05c80..93855dcd6 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.9.0/hive-0.9.0-bin.tar.gz' -  sha1 '8c8086ff9ec5de5c661d98d926bbedac62c28a61' +  url 'http://www.apache.org/dyn/closer.cgi?path=hive/hive-0.10.0/hive-0.10.0-bin.tar.gz' +  sha1 'b9b9f9f1b6c5e98f2c7197ac40caaafbc4bec66a'    depends_on 'hadoop'    def install | 
