diff options
Diffstat (limited to 'Library/Formula')
| -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 |
