diff options
| author | Pedro Mariano | 2015-03-13 08:19:29 -0300 |
|---|---|---|
| committer | Mike McQuaid | 2015-03-13 12:47:11 +0000 |
| commit | 20552374e8ae4b1bcd9f149773a4145d74c41b96 (patch) | |
| tree | 9a31375e84036dda1588888e986a3486b002f14c /Library | |
| parent | ee8a4094aa41312f2c53856ac2807ed83c2ceb42 (diff) | |
| download | homebrew-20552374e8ae4b1bcd9f149773a4145d74c41b96.tar.bz2 | |
predictionio 0.9.0
Closes #37674.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/predictionio.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/predictionio.rb b/Library/Formula/predictionio.rb index 9f991e027..e212e8b44 100644 --- a/Library/Formula/predictionio.rb +++ b/Library/Formula/predictionio.rb @@ -2,8 +2,8 @@ require 'formula' class Predictionio < Formula homepage 'http://prediction.io/' - url 'http://download.prediction.io/PredictionIO-0.8.6.tar.gz' - sha1 'bba9342864bd01859b2719dc76affb3067fcab46' + url 'http://download.prediction.io/PredictionIO-0.9.0.tar.gz' + sha1 'e5724b637382a06c098bbb3617b35f5bcff1b469' depends_on 'elasticsearch' depends_on 'hadoop' |
