diff options
| author | Jarrett Meyer | 2012-12-04 07:49:32 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2012-12-04 09:59:11 -0800 |
| commit | 25e845f3ca008f4958a302759c40fe12f8b7687a (patch) | |
| tree | 8c2985eab00f085224de9e309524be04988263dc /Library | |
| parent | 02e77379a93c208aa1527ed03c6c84d98243bb9b (diff) | |
| download | homebrew-25e845f3ca008f4958a302759c40fe12f8b7687a.tar.bz2 | |
updated 1.1.1
Closes #16395.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -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 27f67888b..5c1b41e06 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-1.0.4/hadoop-1.0.4.tar.gz' - sha1 '1ab6f3271289ff83ba7b44a090ec1a3e6b77d1dd' + url 'http://www.apache.org/dyn/closer.cgi?path=hadoop/core/hadoop-1.1.1/hadoop-1.1.1.tar.gz' + sha1 '3b7f226e437a30bb8eee12093179c81ae94e7896' def install rm_f Dir["bin/*.bat"] |
