diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/mysql-cluster.rb | 4 |
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 |
