diff options
| author | Steve K | 2013-08-03 11:50:31 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2013-08-03 10:01:18 -0700 |
| commit | a28e76f53d0cbf9fdcf2975ddc5a7a895cee68fe (patch) | |
| tree | f4917d017706629b926ff4aa69e2ceb1cd11e7ff /Library/Formula/mysql.rb | |
| parent | a38404d2ead64c14d0cc911c5c4bf6641ae9a3d4 (diff) | |
| download | homebrew-a28e76f53d0cbf9fdcf2975ddc5a7a895cee68fe.tar.bz2 | |
mysql 5.6.13
Closes #21629.
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, 3 insertions, 10 deletions
diff --git a/Library/Formula/mysql.rb b/Library/Formula/mysql.rb index f78ad35bd..988f77fb1 100644 --- a/Library/Formula/mysql.rb +++ b/Library/Formula/mysql.rb @@ -2,16 +2,9 @@ require 'formula' class Mysql < Formula homepage 'http://dev.mysql.com/doc/refman/5.6/en/' - url 'http://dev.mysql.com/get/Downloads/MySQL-5.6/mysql-5.6.12.tar.gz/from/http://cdn.mysql.com/' - version '5.6.12' - sha1 'c48ae4061c23db89de7ebd2d25abbc36283bab69' - - bottle do - revision 1 - sha1 '9d12112f31fad2af789363b2006c8e3f53518211' => :mountain_lion - sha1 'e986049a132e7a54b86c7b4fa2551c2dbc1667d7' => :lion - sha1 '47e7ee873ca5bfd8f84a3f53c8744517affc89d7' => :snow_leopard - end + url 'http://dev.mysql.com/get/Downloads/MySQL-5.6/mysql-5.6.13.tar.gz/from/http://cdn.mysql.com/' + version '5.6.13' + sha1 '06e1d856cfb1f98844ef92af47d4f4f7036ef294' depends_on 'cmake' => :build depends_on 'pidof' unless MacOS.version >= :mountain_lion |
