diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mysql.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/mysql.rb b/Library/Formula/mysql.rb index 004d84146..eec11aeab 100644 --- a/Library/Formula/mysql.rb +++ b/Library/Formula/mysql.rb @@ -2,8 +2,7 @@ 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.14.tar.gz/from/http://cdn.mysql.com/' - version '5.6.14' + url 'http://cdn.mysql.com/Downloads/MySQL-5.6/mysql-5.6.14.tar.gz' sha1 '7cf44fb2a7733b52559f66c00446122bc79321d2' bottle do |
