aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDonald Szeto2015-02-09 14:14:32 -0800
committerBrett Koonce2015-02-09 20:49:30 -0800
commit0a81ed4de71cd400ba40a3fd635554e7325aba2d (patch)
tree6309826fdb20a73e8f6d2ee4780d27adcf7dafcf /Library
parent1f786180f25902e05dc025aa82270062e79978dd (diff)
downloadhomebrew-0a81ed4de71cd400ba40a3fd635554e7325aba2d.tar.bz2
PredictionIO 0.8.6
Closes #36687. Signed-off-by: Brett Koonce <koonce@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/predictionio.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/predictionio.rb b/Library/Formula/predictionio.rb
index c8d5c990d..9f991e027 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.5.tar.gz'
- sha1 '1cc68733d2f8dbad1ae01e960f74085db24c7e74'
+ url 'http://download.prediction.io/PredictionIO-0.8.6.tar.gz'
+ sha1 'bba9342864bd01859b2719dc76affb3067fcab46'
depends_on 'elasticsearch'
depends_on 'hadoop'