mysql-cluster 7.3.4
Closes Homebrew/homebrew#26775. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
ab24ff63c7
commit
2bfaa7e94a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue