From 93aecfadedfc2c21e30b6c2546aa44caa519c8a2 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Thu, 15 Nov 2012 14:29:43 -0600 Subject: Revert "mysql 5.5.28" This reverts commit 09569b7d695fad0bb8a47dba583f2f3855bfd373. My bad, cherry-picked the wrong commit. Need to wait for bottles to update this. --- Library/Formula/mysql.rb | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'Library') diff --git a/Library/Formula/mysql.rb b/Library/Formula/mysql.rb index f7c75fa67..5f77fdadf 100644 --- a/Library/Formula/mysql.rb +++ b/Library/Formula/mysql.rb @@ -2,9 +2,15 @@ require 'formula' class Mysql < Formula homepage 'http://dev.mysql.com/doc/refman/5.5/en/' - url 'http://dev.mysql.com/get/Downloads/MySQL-5.5/mysql-5.5.28.tar.gz/from/http://cdn.mysql.com/' - version '5.5.28' - sha1 '7b029e61db68866eeea0bec40d47fcdced30dd36' + url 'http://dev.mysql.com/get/Downloads/MySQL-5.5/mysql-5.5.27.tar.gz/from/http://cdn.mysql.com/' + version '5.5.27' + sha1 'd53dfbe4ac1119e4c4a33d639f2904abdd0f226d' + + bottle do + sha1 '7aa66b8ea9b03baec9c5d1a678a7c547494e00fe' => :mountainlion + sha1 '5257fd34a20a2375e1d73c733c44e2d0fa1bcae2' => :lion + sha1 '8fe8c5db43b129e45823444180f4d81af0c0c880' => :snowleopard + end depends_on 'cmake' => :build depends_on 'pidof' unless MacOS.version >= :mountain_lion -- cgit v1.2.3