aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKashif Rasul2015-02-06 17:17:33 +0100
committerMike McQuaid2015-02-06 21:19:25 +0000
commitf7a8679a00d613bed72ec6a7f54f18ba19d291c6 (patch)
tree9a040b5866b54ab8841960631cd3738e460ae89b
parent71c193ce351cdd8b3d3a7f21a3d8028b716f68f4 (diff)
downloadhomebrew-f7a8679a00d613bed72ec6a7f54f18ba19d291c6.tar.bz2
hive 1.0.0
Closes #36601. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
-rw-r--r--Library/Formula/hive.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/hive.rb b/Library/Formula/hive.rb
index 53e80033c..cdfb8ce84 100644
--- a/Library/Formula/hive.rb
+++ b/Library/Formula/hive.rb
@@ -2,14 +2,14 @@ require 'formula'
class Hive < Formula
homepage 'http://hive.apache.org'
- url 'http://www.apache.org/dyn/closer.cgi?path=hive/hive-0.14.0/apache-hive-0.14.0-bin.tar.gz'
- sha1 '8268ca84870f10f1ab163b87c2c7e6b0bbd39744'
+ url 'http://www.apache.org/dyn/closer.cgi?path=hive/hive-1.0.0/apache-hive-1.0.0-bin.tar.gz'
+ sha1 '8e24c451ebab1333352a2f0407d5fe847759fbd2'
depends_on 'hadoop'
conflicts_with 'apache-spark', :because => 'both install `beeline` binaries'
def install
- rm_f Dir["bin/*.bat"]
+ rm_f Dir["bin/ext/*.cmd", "bin/ext/util/*.cmd"]
libexec.install %w[bin conf examples hcatalog lib scripts]
bin.write_exec_script Dir["#{libexec}/bin/*"]
end