aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorPedro Mariano2014-07-14 23:25:19 -0300
committerJack Nagel2014-07-14 22:17:15 -0500
commit0a83699000be3ffafea0d696d0613973d0b6d2c8 (patch)
treeaaea97f0ce7e1ed9764104269a16bab89caebb88 /Library/Formula
parent856d66264f1d67419fb32078097804dfc5db64ad (diff)
downloadhomebrew-0a83699000be3ffafea0d696d0613973d0b6d2c8.tar.bz2
predictionio 0.7.3
Closes #30869. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-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 37c5cb640..f5da40455 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.7.2.zip'
- sha1 'ac8ba8b6d33ca4cd5165303d7718eb7c42446037'
+ url 'http://download.prediction.io/PredictionIO-0.7.3.zip'
+ sha1 '5380f7f7d447ec04371753b060822e004c76a5fa'
depends_on 'mongodb'
depends_on 'hadoop'