diff options
| author | Kashif Rasul | 2014-03-21 00:04:31 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2014-03-21 07:53:10 +0000 | 
| commit | 7ed33a173a5f4f9018a79f2354f123c1b48f0c1c (patch) | |
| tree | 43d4e1d98567e95fa18ae47fa4a9e0bfb4d0db4f | |
| parent | 17c30b6e44800d5b94ccf5e565a1c3e934c7a6d1 (diff) | |
| download | homebrew-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.rb | 4 | 
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"]  | 
