diff options
| -rw-r--r-- | Library/Formula/mysql.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/mysql.rb b/Library/Formula/mysql.rb index f7fd8bb04..f2ec76ef0 100644 --- a/Library/Formula/mysql.rb +++ b/Library/Formula/mysql.rb @@ -2,8 +2,9 @@ require 'formula' class Mysql < Formula homepage 'http://dev.mysql.com/doc/refman/5.5/en/' - url 'http://downloads.mysql.com/archives/mysql-5.5/mysql-5.5.25.tar.gz' - md5 '9e2a3d5b41eac7fae41b93e5b71ea49c' + url 'http://dev.mysql.com/get/Downloads/MySQL-5.5/mysql-5.5.25a.tar.gz/from/http://cdn.mysql.com/' + version '5.5.25a' + sha1 '85dfea413a7d5d2733a40f9dd79cf2320302979f' depends_on 'cmake' => :build depends_on 'readline' |
