aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2013-02-18 09:02:29 +0000
committerMike McQuaid2013-02-18 10:21:02 +0000
commitd28e5d5d6f1ec1cc383821750d2d6277030f06b9 (patch)
treee760bc5e6bf4a7a2e3ceaf9d4dec60bca4342978 /Library/Formula
parentc7131dd2f7a7c47ae9770417bc7929e81a5b4217 (diff)
downloadhomebrew-d28e5d5d6f1ec1cc383821750d2d6277030f06b9.tar.bz2
mysql 5.6.10 bottles.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mysql.rb6
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