aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKashif Rasul2014-03-21 00:04:31 +0100
committerMike McQuaid2014-03-21 07:53:10 +0000
commit7ed33a173a5f4f9018a79f2354f123c1b48f0c1c (patch)
tree43d4e1d98567e95fa18ae47fa4a9e0bfb4d0db4f
parent17c30b6e44800d5b94ccf5e565a1c3e934c7a6d1 (diff)
downloadhomebrew-7ed33a173a5f4f9018a79f2354f123c1b48f0c1c.tar.bz2
hadoop 2.3.0
updated hadoop to 2.3.0 Closes #27747. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
-rw-r--r--Library/Formula/hadoop.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/hadoop.rb b/Library/Formula/hadoop.rb
index a482056c2..831d16e42 100644
--- a/Library/Formula/hadoop.rb
+++ b/Library/Formula/hadoop.rb
@@ -2,8 +2,8 @@ require 'formula'
class Hadoop < Formula
homepage 'http://hadoop.apache.org/'
- url 'http://www.apache.org/dyn/closer.cgi?path=hadoop/core/hadoop-2.2.0/hadoop-2.2.0.tar.gz'
- sha1 '7339da348d9b4a813b1b1d8b6982f3f8755329e4'
+ url 'http://www.apache.org/dyn/closer.cgi?path=hadoop/core/hadoop-2.3.0/hadoop-2.3.0.tar.gz'
+ sha1 '95ec2dbce2e1377682a74740f5280e536ce107d9'
def install
rm_f Dir["bin/*.cmd", "sbin/*.cmd", "libexec/*.cmd", "etc/hadoop/*.cmd"]