diff options
| author | BrewTestBot | 2015-02-24 01:07:37 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2015-02-24 09:05:36 +0000 |
| commit | 7c98035a58fb1c2ede2d767eace802e3dc76233c (patch) | |
| tree | 338c3f2cf1ffad1a0d3962d18eb6c896e575c9f4 | |
| parent | a62b8cd3f6c061074c5a21cacc3030dd5709e154 (diff) | |
| download | homebrew-7c98035a58fb1c2ede2d767eace802e3dc76233c.tar.bz2 | |
mysql-cluster: add 7.3.8 bottle.
| -rw-r--r-- | Library/Formula/mysql-cluster.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/mysql-cluster.rb b/Library/Formula/mysql-cluster.rb index 419aedeba..0a9c19419 100644 --- a/Library/Formula/mysql-cluster.rb +++ b/Library/Formula/mysql-cluster.rb @@ -3,6 +3,11 @@ class MysqlCluster < Formula url "https://dev.mysql.com/get/Downloads/MySQL-Cluster-7.3/mysql-cluster-gpl-7.3.8.tar.gz" sha1 "f70ac7955343765146c556576c8b13dbedf9c593" + bottle do + sha1 "0f03e0282102b1635d3c1567f2046c0b67bd4b1a" => :mavericks + sha1 "694d4b6cf56ae7ac7e35315bfe6d20d3d0d1f9fd" => :mountain_lion + end + # Fix me: if you can get this to build on Yosemite, send a pull request! depends_on MaximumMacOSRequirement => :mavericks |
