diff options
| author | Joep Loijens | 2014-07-31 10:00:00 +0200 |
|---|---|---|
| committer | Mike McQuaid | 2014-07-31 11:24:05 +0200 |
| commit | dc2ddb92f30aac1b71803d589a8ec4211f45148b (patch) | |
| tree | 74b96f6f8d7e25534c32b373e89bf692fa2b1a8b /Library/Formula/mysql.rb | |
| parent | 982cd588098924254759b4188750e5af6d503fda (diff) | |
| download | homebrew-dc2ddb92f30aac1b71803d589a8ec4211f45148b.tar.bz2 | |
mysql 5.6.20
Diffstat (limited to 'Library/Formula/mysql.rb')
| -rw-r--r-- | Library/Formula/mysql.rb | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/Library/Formula/mysql.rb b/Library/Formula/mysql.rb index e2322a83f..97a74b0c2 100644 --- a/Library/Formula/mysql.rb +++ b/Library/Formula/mysql.rb @@ -1,14 +1,11 @@ -require 'formula' +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.19.tar.gz" - sha1 "4b59d96642c62c26648826ea4f9c30dbf123dbed" + homepage "http://dev.mysql.com/doc/refman/5.6/en/" + url "http://cdn.mysql.com/Downloads/MySQL-5.6/mysql-5.6.20.tar.gz" + sha1 "10f9ed2bbf3fbf227b799f1c7af3a0c7f7cf4d95" bottle do - sha1 "ec7deacfc46454a65ee36b5399e2845f34a00816" => :mavericks - sha1 "ecd5ef4bfaca83afd870e36b9a78c7cf747a0de4" => :mountain_lion - sha1 "bda941306a34ec1d7bc58c7bea27052cf922eff8" => :lion end option :universal |
