mysql: add bottles.

This commit is contained in:
Mike McQuaid 2012-08-11 15:35:52 +01:00
parent 3f7b1348a6
commit 79a40e3166

View file

@ -9,6 +9,12 @@ class Mysql < Formula
depends_on 'cmake' => :build
depends_on 'pidof' unless MacOS.mountain_lion?
bottle do
sha1 '31e9955a3a0a6dbc2baec8f1dade79257da428a8' => :mountainlion
sha1 'b3cf78f7ddb812d38e376076e05020c0b412ee9c' => :lion
sha1 '9f36132081d2b603c8aff4a7ee561962936892ec' => :snowleopard
end
conflicts_with 'mariadb',
:because => "mysql and mariadb install the same binaries."
conflicts_with 'percona-server',