aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorGerald Kaszuba2012-02-22 11:59:23 +1100
committerJack Nagel2012-02-24 13:34:34 -0600
commitb1fea4f1d8b63356d99c1285f9283ac75faef313 (patch)
tree88d2218edeb4bdcdc5cea4446ceefb9b74fc441f /Library
parent4ee175e1912b58a4de814653e2d1a7cc1930fcda (diff)
downloadhomebrew-b1fea4f1d8b63356d99c1285f9283ac75faef313.tar.bz2
hadoop 1.0.0
Closes #10381. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/hadoop.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/hadoop.rb b/Library/Formula/hadoop.rb
index cfd41f3af..0b3ec1c26 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/common/'
- url 'http://www.apache.org/dyn/closer.cgi?path=hadoop/core/hadoop-0.21.0/hadoop-0.21.0.tar.gz'
- md5 'ec0f791f866f82a7f2c1319a54f4db97'
+ url 'http://www.apache.org/dyn/closer.cgi?path=hadoop/core/hadoop-1.0.0/hadoop-1.0.0.tar.gz'
+ md5 'fa150612de0efe80be88144c28225780'
def shim_script target
<<-EOS.undent
@@ -14,7 +14,7 @@ class Hadoop < Formula
def install
rm_f Dir["bin/*.bat"]
- libexec.install %w[bin conf lib webapps mapred]
+ libexec.install %w[bin conf lib webapps]
libexec.install Dir['*.jar']
bin.mkpath
Dir["#{libexec}/bin/*"].each do |b|