aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-12-06 17:12:10 -0600
committerJack Nagel2013-12-06 17:12:10 -0600
commitd9855b6e94ac380125965ffff393ef9f61a06596 (patch)
tree35ea63890a74a240ff52b53e97db0c37572c9196 /Library/Formula
parentdfe9e87a41d4325a3ecda7b745d6a78a51a01833 (diff)
downloadhomebrew-d9855b6e94ac380125965ffff393ef9f61a06596.tar.bz2
mysql 5.6.15 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 c17d6f915..55be27461 100644
--- a/Library/Formula/mysql.rb
+++ b/Library/Formula/mysql.rb
@@ -5,6 +5,12 @@ class Mysql < Formula
url 'http://cdn.mysql.com/Downloads/MySQL-5.6/mysql-5.6.15.tar.gz'
sha1 '90b46f973930c27eb8586387de5dfbc2af04d3ed'
+ bottle do
+ sha1 '3d2f69c1c9449daf06a7785f1d4d11796bfa393c' => :mavericks
+ sha1 'c234513a06992981d626ed1008e35a4d5481eb72' => :mountain_lion
+ sha1 '404e5dac0c91dad178adb7d66a5d26d46a8e9fd2' => :lion
+ end
+
depends_on 'cmake' => :build
depends_on 'pidof' unless MacOS.version >= :mountain_lion