From bac30f4df7d1b2fdfd8a59210ff29a91b31a157f Mon Sep 17 00:00:00 2001 From: onewheelskyward Date: Thu, 5 Jul 2012 11:28:31 -0700 Subject: mysql 5.5.25a Closes #13230. Signed-off-by: Misty De Meo --- Library/Formula/mysql.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Library') 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' -- cgit v1.2.3