MySQL Cluster 7.3.2

Closes Homebrew/homebrew#23734.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Lifepillar 2013-10-29 13:51:03 +01:00 committed by Adam Vandenberg
parent 58313a5284
commit 718bf76d1f
1 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ require 'formula'
class MysqlCluster < Formula class MysqlCluster < Formula
homepage 'http://www.mysql.com/cluster/' homepage 'http://www.mysql.com/cluster/'
url 'http://mysql.llarian.net/Downloads/MySQL-Cluster-7.3/mysql-cluster-gpl-7.3.1.tar.gz' url 'http://mysql.llarian.net/Downloads/MySQL-Cluster-7.3/mysql-cluster-gpl-7.3.2.tar.gz'
sha1 '593588df751ba154fbe2d36d96dd57257c9846b3' sha1 '5b94e177ccbefd28e10b3734fbfc007da296bedd'
depends_on 'cmake' => :build depends_on 'cmake' => :build
depends_on 'pidof' unless MacOS.version >= :mountain_lion depends_on 'pidof' unless MacOS.version >= :mountain_lion
@ -23,7 +23,7 @@ class MysqlCluster < Formula
env :std if build.universal? env :std if build.universal?
fails_with :clang do fails_with :clang do
build 421 build 500
cause "http://article.gmane.org/gmane.comp.db.mysql.cluster/2085" cause "http://article.gmane.org/gmane.comp.db.mysql.cluster/2085"
end end