aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLifepillar2014-02-16 22:38:59 +0100
committerMike McQuaid2014-02-16 22:01:29 +0000
commitb6706fdc16c85be4ab6f9ff02f5af88568758fd5 (patch)
treea2336ec602eda3961b237aad71325e5ae71ed353
parent6ebadc8ee0fd373bc82eaa7335b461e037447dcb (diff)
downloadhomebrew-b6706fdc16c85be4ab6f9ff02f5af88568758fd5.tar.bz2
mysql-cluster 7.3.4
Closes #26775. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
-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 7788a0395..629479455 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.3/mysql-cluster-gpl-7.3.2.tar.gz'
- sha1 '5b94e177ccbefd28e10b3734fbfc007da296bedd'
+ url 'http://mysql.llarian.net/Downloads/MySQL-Cluster-7.3/mysql-cluster-gpl-7.3.4.tar.gz'
+ sha1 '01003903da6802885bc98565ebe07f76714488fe'
depends_on 'cmake' => :build
depends_on 'pidof' unless MacOS.version >= :mountain_lion