aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorLifepillar2012-12-31 18:53:35 +0100
committerAdam Vandenberg2013-06-03 11:19:52 -0700
commitdbc5f69b792882a6c32c97a82c07081462424c83 (patch)
tree985ef839eafed27ed82417ec59787ee63c57d18b /Library/Formula
parent9a6d13cd74e41cfa3fe4c9d165a2235f6c12c335 (diff)
downloadhomebrew-dbc5f69b792882a6c32c97a82c07081462424c83.tar.bz2
MySQL Cluster 7.3.1
Closes #20214. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-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