mahout 0.9

Closes Homebrew/homebrew#26985.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
ovarene 2014-02-25 10:04:12 +01:00 committed by Adam Vandenberg
parent ae3d2f960e
commit 93fcfd606a

View file

@ -3,8 +3,8 @@ require 'formula'
class Mahout < Formula
homepage 'http://mahout.apache.org/'
head 'http://svn.apache.org/repos/asf/mahout/trunk'
url 'http://apache.cs.utah.edu/mahout/0.8/mahout-distribution-0.8.tar.gz'
sha1 '67669fa4a8969a8b8c6ebb94fa7f5aeae96e9119'
url 'http://apache.cs.utah.edu/mahout/0.9/mahout-distribution-0.9.tar.gz'
sha1 'b0d192a33dcc3f00439bf2ffbc313c6ef47510c3'
depends_on 'maven' => :build
depends_on 'hadoop'