aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorKashif Rasul2014-08-25 10:18:09 +0200
committerMike McQuaid2014-08-25 12:39:10 +0100
commit588ff681413877f31b669a6ec0fd406ffd973e34 (patch)
treebb3abd57cbe38f2782df9ae315f4ab91fc239e34 /Library
parentc33c446e721f813217ddc58ac0c168e5c6d9cbf9 (diff)
downloadhomebrew-588ff681413877f31b669a6ec0fd406ffd973e34.tar.bz2
hadoop 2.5.0
Closes #31870. Signed-off-by: Mike McQuaid <mike@mikemcquaid.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 1677c0e2c..08bf3c38f 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/common/hadoop-2.4.1/hadoop-2.4.1.tar.gz"
- sha1 "bec3d911fd0b84cd4a7130fb212125c7ae51e878"
+ url "http://www.apache.org/dyn/closer.cgi?path=hadoop/common/hadoop-2.5.0/hadoop-2.5.0.tar.gz"
+ sha1 "de15a14ed4c0cc31ed80e6f5c9f0fd923faf75bb"
def install
rm_f Dir["bin/*.cmd", "sbin/*.cmd", "libexec/*.cmd", "etc/hadoop/*.cmd"]