Skip to content

Commit

Permalink
hadoop 1.0.4
Browse files Browse the repository at this point in the history
- Upgrade to 1.0.4
- Note qt-4.8.3 installs a binary called `rcc` which
causes a `brew link` failure if it's installed.

Fixes Homebrew#15495

Closes Homebrew#15499.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
nibbles 2bits authored and adamv committed Oct 17, 2012
1 parent 742c760 commit d6a0a71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/Formula/hadoop.rb
Expand Up @@ -2,8 +2,8 @@

class Hadoop < Formula
homepage 'http://hadoop.apache.org/common/'
url 'http://www.apache.org/dyn/closer.cgi?path=hadoop/core/hadoop-1.0.3/hadoop-1.0.3.tar.gz'
sha1 '5ca6b77e0a600475fae6770c52b47a751f646f9c'
url 'http://www.apache.org/dyn/closer.cgi?path=hadoop/core/hadoop-1.0.4/hadoop-1.0.4.tar.gz'
sha1 '1ab6f3271289ff83ba7b44a090ec1a3e6b77d1dd'

def shim_script target
<<-EOS.undent
Expand Down

0 comments on commit d6a0a71

Please sign in to comment.