From a40bed23f4b0fa3503d1d5f5d438d62832db12da Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 11 Aug 2012 15:35:52 +0100 Subject: mysql: add bottles. --- Library/Formula/mysql.rb | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Library/Formula') diff --git a/Library/Formula/mysql.rb b/Library/Formula/mysql.rb index bee2a44d1..b2e460a7e 100644 --- a/Library/Formula/mysql.rb +++ b/Library/Formula/mysql.rb @@ -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', -- cgit v1.2.3