diff options
| author | Joep Loijens | 2014-01-31 17:26:14 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-01-31 19:25:49 +0100 |
| commit | 5baf0a180eac033b84ff0783d51eed1a3a768ba0 (patch) | |
| tree | 6a4e24eb0ae1a8e167c1053d40b8fe021183e008 /Library/Formula/mysql.rb | |
| parent | 42b31c4981c6c02749217dc9b7181a9f260dc823 (diff) | |
| download | homebrew-5baf0a180eac033b84ff0783d51eed1a3a768ba0.tar.bz2 | |
mysql 5.6.16
Updates MySQL to 5.6.16. Includes fix for bug 69645.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/mysql.rb')
| -rw-r--r-- | Library/Formula/mysql.rb | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/Library/Formula/mysql.rb b/Library/Formula/mysql.rb index 30bdb71fc..464254d81 100644 --- a/Library/Formula/mysql.rb +++ b/Library/Formula/mysql.rb @@ -2,14 +2,8 @@ require 'formula' class Mysql < Formula homepage 'http://dev.mysql.com/doc/refman/5.6/en/' - url 'http://cdn.mysql.com/Downloads/MySQL-5.6/mysql-5.6.15.tar.gz' - sha1 '90b46f973930c27eb8586387de5dfbc2af04d3ed' - - bottle do - sha1 '3d2f69c1c9449daf06a7785f1d4d11796bfa393c' => :mavericks - sha1 'c234513a06992981d626ed1008e35a4d5481eb72' => :mountain_lion - sha1 '404e5dac0c91dad178adb7d66a5d26d46a8e9fd2' => :lion - end + url 'http://cdn.mysql.com/Downloads/MySQL-5.6/mysql-5.6.16.tar.gz' + sha1 '64a3b4058e2039d2b812d23c8793f74b4f168cc0' depends_on 'cmake' => :build depends_on 'pidof' unless MacOS.version >= :mountain_lion @@ -96,9 +90,6 @@ class Mysql < Formula system "cmake", *args system "make" - # Reported upstream: - # http://bugs.mysql.com/bug.php?id=69645 - inreplace "scripts/mysql_config", / +-Wno[\w-]+/, "" system "make install" # Don't create databases inside of the prefix! |
