Skip to content

Commit

Permalink
mysql 5.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
a2ikm committed Feb 6, 2013
1 parent 7923aec commit 206996f
Showing 1 changed file with 6 additions and 17 deletions.
23 changes: 6 additions & 17 deletions Library/Formula/mysql.rb
@@ -1,16 +1,10 @@
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.29.tar.gz/from/http://cdn.mysql.com/'
version '5.5.29'
sha1 '40e26b193b6ece86ce97896c0c9c524d479e37be'

bottle do
sha1 '3c5b57df466eb538db58654c5f046ddf7bc675e9' => :mountainlion
sha1 '6595eb3f79224193a17159934220bed94fbc2df4' => :lion
sha1 '57992bbcc2820ffe41ae9317da81aba7480b0268' => :snowleopard
end
homepage 'http://dev.mysql.com/doc/refman/5.6/en/'
url 'http://dev.mysql.com/get/Downloads/MySQL-5.6/mysql-5.6.10.tar.gz/from/http://cdn.mysql.com/'
version '5.6.10'
sha1 'f37979eafc241a0ebeac9548cb3f4113074271b7'

depends_on 'cmake' => :build
depends_on 'pidof' unless MacOS.version >= :mountain_lion
Expand All @@ -35,11 +29,6 @@ class Mysql < Formula

env :std if build.universal?

fails_with :llvm do
build 2326
cause "https://github.com/mxcl/homebrew/issues/issue/144"
end

def install
# Build without compiler or CPU specific optimization flags to facilitate
# compilation of gems and other software that queries `mysql-config`.
Expand Down Expand Up @@ -122,8 +111,8 @@ def caveats; <<-EOS.undent
mysql_install_db --help
and view the MySQL documentation:
* http://dev.mysql.com/doc/refman/5.5/en/mysql-install-db.html
* http://dev.mysql.com/doc/refman/5.5/en/default-privileges.html
* http://dev.mysql.com/doc/refman/5.6/en/mysql-install-db.html
* http://dev.mysql.com/doc/refman/5.6/en/default-privileges.html
To run as, for instance, user "mysql", you may need to `sudo`:
sudo mysql_install_db ...options...
Expand Down

0 comments on commit 206996f

Please sign in to comment.