diff options
| author | Mike McQuaid | 2013-02-18 09:02:29 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2013-02-18 10:21:02 +0000 |
| commit | d28e5d5d6f1ec1cc383821750d2d6277030f06b9 (patch) | |
| tree | e760bc5e6bf4a7a2e3ceaf9d4dec60bca4342978 /Library | |
| parent | c7131dd2f7a7c47ae9770417bc7929e81a5b4217 (diff) | |
| download | homebrew-d28e5d5d6f1ec1cc383821750d2d6277030f06b9.tar.bz2 | |
mysql 5.6.10 bottles.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mysql.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/mysql.rb b/Library/Formula/mysql.rb index 4b357ca7e..540e2cbed 100644 --- a/Library/Formula/mysql.rb +++ b/Library/Formula/mysql.rb @@ -6,6 +6,12 @@ class Mysql < Formula version '5.6.10' sha1 'f37979eafc241a0ebeac9548cb3f4113074271b7' + bottle do + sha1 'e07b9a207364b6e020fc96f49116b58d33d0eb78' => :mountain_lion + sha1 'b9b38e2ed705a3fcd79bb549f32e49b455f31917' => :lion + sha1 '30978684ee72c4dfb0b20263331b0c93972b3092' => :snow_leopard + end + depends_on 'cmake' => :build depends_on 'pidof' unless MacOS.version >= :mountain_lion |
