aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorChris Wilkes2013-03-06 22:09:05 -0800
committerAdam Vandenberg2013-03-06 22:14:17 -0800
commitd133e184387f989faed958f84bbe221bb4134541 (patch)
treeb6c48c55ae22c6e49bcecc95742fa5a3a8bd6cc2 /Library
parent75067bee56cbdff1ed3c42a71abe7d516e155933 (diff)
downloadhomebrew-d133e184387f989faed958f84bbe221bb4134541.tar.bz2
hadoop 1.1.2
Closes #18304. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-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 ec10eb202..0314c4879 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-1.1.1/hadoop-1.1.1.tar.gz'
- sha1 '3b7f226e437a30bb8eee12093179c81ae94e7896'
+ url 'http://www.apache.org/dyn/closer.cgi?path=hadoop/core/hadoop-1.1.2/hadoop-1.1.2.tar.gz'
+ sha1 '0142847f35485894bd833d87945d4bc59483ce5a'
def install
rm_f Dir["bin/*.bat"]