aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/mysql-cluster.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/mysql-cluster.rb b/Library/Formula/mysql-cluster.rb
index 6c7e31607..a1d063b14 100644
--- a/Library/Formula/mysql-cluster.rb
+++ b/Library/Formula/mysql-cluster.rb
@@ -2,8 +2,8 @@ require 'formula'
class MysqlCluster < Formula
homepage 'http://www.mysql.com/cluster/'
- url 'http://mysql.llarian.net/Downloads/MySQL-Cluster-7.2/mysql-cluster-gpl-7.2.8.tar.gz'
- sha1 '5bcb69d35eea9b4a45dd6025f2af13d6b1fc4d19'
+ url 'http://mysql.llarian.net/Downloads/MySQL-Cluster-7.3/mysql-cluster-gpl-7.3.1.tar.gz'
+ sha1 '593588df751ba154fbe2d36d96dd57257c9846b3'
depends_on 'cmake' => :build
depends_on 'pidof' unless MacOS.version >= :mountain_lion