mysql-cluster 7.3.4

Closes Homebrew/homebrew#26775.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Lifepillar 2014-02-16 22:38:59 +01:00 committed by Mike McQuaid
parent ab24ff63c7
commit 2bfaa7e94a

View file

@ -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