diff options
| author | Misty De Meo | 2012-11-15 14:20:36 -0600 |
|---|---|---|
| committer | Misty De Meo | 2012-11-15 14:21:29 -0600 |
| commit | 5083369eec49ee1078b5b4fb7d1c91f4a19255fa (patch) | |
| tree | 1ab8d6b305f7b3ccb412b0796d47d1e6ed510c7e /Library/Formula | |
| parent | 607db3d4368ec53d2aa55ea18fb746a43e7327a7 (diff) | |
| download | homebrew-5083369eec49ee1078b5b4fb7d1c91f4a19255fa.tar.bz2 | |
mysql: temporarily remove bottles
Until someone has the chance to generate new ones.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/mysql.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Library/Formula/mysql.rb b/Library/Formula/mysql.rb index 03d741c41..f7c75fa67 100644 --- a/Library/Formula/mysql.rb +++ b/Library/Formula/mysql.rb @@ -6,12 +6,6 @@ class Mysql < Formula version '5.5.28' sha1 '7b029e61db68866eeea0bec40d47fcdced30dd36' - bottle do - sha1 '7aa66b8ea9b03baec9c5d1a678a7c547494e00fe' => :mountainlion - sha1 '5257fd34a20a2375e1d73c733c44e2d0fa1bcae2' => :lion - sha1 '8fe8c5db43b129e45823444180f4d81af0c0c880' => :snowleopard - end - depends_on 'cmake' => :build depends_on 'pidof' unless MacOS.version >= :mountain_lion |
