aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2010-03-05 23:27:21 -0800
committerAdam Vandenberg2010-03-05 23:27:21 -0800
commit03e4d25c1a01418d2fc104a1642ec56bd3eab4ca (patch)
tree997c73013f621fa1d1c42f47ddf1ea2ee2700958 /Library/Formula
parent83cc5851a2af7669859ce139b2dd87c9aa4f6ea2 (diff)
downloadhomebrew-03e4d25c1a01418d2fc104a1642ec56bd3eab4ca.tar.bz2
Update hadoop to 0.20.2.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/hadoop.rb7
1 files changed, 3 insertions, 4 deletions
diff --git a/Library/Formula/hadoop.rb b/Library/Formula/hadoop.rb
index b4fadd24d..de723b09d 100644
--- a/Library/Formula/hadoop.rb
+++ b/Library/Formula/hadoop.rb
@@ -1,13 +1,12 @@
require 'formula'
class Hadoop < Formula
- url 'http://apache.dataphone.se/hadoop/core/hadoop-0.20.1/hadoop-0.20.1.tar.gz'
+ url 'http://www.carfab.com/apachesoftware/hadoop/core/hadoop-0.20.2/hadoop-0.20.2.tar.gz'
homepage 'http://hadoop.apache.org/common/'
- md5 '719e169b7760c168441b49f405855b72'
+ md5 '8f40198ed18bef28aeea1401ec536cb9'
def install
+ rm_f Dir["bin/*.bat"]
prefix.install %w[bin conf contrib lib]
- FileUtils.rm_f Dir["#{bin}/*.bat"]
end
-
end