From fac665e5982dc848f02290fa7106732fd3047271 Mon Sep 17 00:00:00 2001 From: Chris Meller Date: Fri, 8 Apr 2011 20:55:46 -0400 Subject: mysql: Change download URL. Switch the MySQL formula to use the official MySQL mirror, rather than the hardcoded Swedish one that's having issues. Signed-off-by: Adam Vandenberg --- Library/Formula/mysql.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/mysql.rb b/Library/Formula/mysql.rb index 48c444c99..d69659cb2 100644 --- a/Library/Formula/mysql.rb +++ b/Library/Formula/mysql.rb @@ -2,7 +2,7 @@ require 'formula' class Mysql < Formula homepage 'http://dev.mysql.com/doc/refman/5.5/en/' - url 'http://ftp.sunet.se/pub/unix/databases/relational/mysql/Downloads/MySQL-5.5/mysql-5.5.10.tar.gz' + url 'http://downloads.mysql.com/archives/mysql-5.5/mysql-5.5.10.tar.gz' md5 'ee604aff531ff85abeb10cf332c1355a' depends_on 'cmake' => :build -- cgit v1.2.3