diff options
| author | Jack Nagel | 2012-11-15 14:29:43 -0600 |
|---|---|---|
| committer | Jack Nagel | 2012-11-15 14:30:35 -0600 |
| commit | 93aecfadedfc2c21e30b6c2546aa44caa519c8a2 (patch) | |
| tree | bc4488609ec8e227ec0c7a21013613d1f9d28939 /Library | |
| parent | ef5d95f67c08e265e829ec2f35565fa6ccf010ee (diff) | |
| download | homebrew-93aecfadedfc2c21e30b6c2546aa44caa519c8a2.tar.bz2 | |
Revert "mysql 5.5.28"
This reverts commit 09569b7d695fad0bb8a47dba583f2f3855bfd373.
My bad, cherry-picked the wrong commit. Need to wait for bottles to
update this.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mysql.rb | 12 |
1 files changed, 9 insertions, 3 deletions
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 |
