aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorChris Meller2011-04-08 20:55:46 -0400
committerAdam Vandenberg2011-04-08 18:13:24 -0700
commitfac665e5982dc848f02290fa7106732fd3047271 (patch)
treec0795eec2a5ad348df5116db88caa9c4204cd9eb /Library/Formula
parentae63365aa16baadf98b2fb51bceda3042d56b9df (diff)
downloadhomebrew-fac665e5982dc848f02290fa7106732fd3047271.tar.bz2
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 <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mysql.rb2
1 files changed, 1 insertions, 1 deletions
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