diff options
| author | Viktor Szakats | 2015-04-25 13:50:15 +0200 |
|---|---|---|
| committer | Brett Koonce | 2015-04-25 09:36:30 -0700 |
| commit | b5d12129117c28aab645c16e4b355e9b64fe685f (patch) | |
| tree | fedcc22c6f1c8654cbc2fe2c760ef4232affc9c8 | |
| parent | 15694cbd7841aea82e34664b6e6024c3fccb105b (diff) | |
| download | homebrew-b5d12129117c28aab645c16e4b355e9b64fe685f.tar.bz2 | |
mahout: use apache canonical redirect url
Closes #39048.
Signed-off-by: Brett Koonce <koonce@gmail.com>
| -rw-r--r-- | Library/Formula/mahout.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mahout.rb b/Library/Formula/mahout.rb index 5fc7aab24..146786b55 100644 --- a/Library/Formula/mahout.rb +++ b/Library/Formula/mahout.rb @@ -2,7 +2,7 @@ require 'formula' class Mahout < Formula homepage 'https://mahout.apache.org/' - url 'http://apache.cs.utah.edu/mahout/0.10.0/mahout-distribution-0.10.0.tar.gz' + url 'https://www.apache.org/dyn/closer.cgi?path=mahout/0.10.0/mahout-distribution-0.10.0.tar.gz' sha1 'c8dcb51a04eb026eb9fd0fe6cb496cb101cf632d' head do |
