aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorKashif Rasul2014-04-24 17:10:58 +0200
committerBrett Koonce2014-04-24 11:43:28 -0500
commit6d6d8cff4532efc23515090f556006aa9f62a080 (patch)
tree6681cc306c81f7b00bbaecf74fe551a9477068c7 /Library/Formula
parent0f2d6e7991da1de6a748f580bdacc81492a7ecb7 (diff)
downloadhomebrew-6d6d8cff4532efc23515090f556006aa9f62a080.tar.bz2
hadoop 2.4.0
Closes #28672. Signed-off-by: Brett Koonce <koonce@gmail.com>
Diffstat (limited to 'Library/Formula')
-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 831d16e42..45d1c9b74 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.3.0/hadoop-2.3.0.tar.gz'
- sha1 '95ec2dbce2e1377682a74740f5280e536ce107d9'
+ url 'http://www.apache.org/dyn/closer.cgi?path=hadoop/core/hadoop-2.4.0/hadoop-2.4.0.tar.gz'
+ sha1 'fc94bb5cb6c50a09fd9fd3ed5e134893ccdf1dbe'
def install
rm_f Dir["bin/*.cmd", "sbin/*.cmd", "libexec/*.cmd", "etc/hadoop/*.cmd"]