aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAku Kotkavuo2010-11-14 14:34:10 +0200
committerMike McQuaid2010-11-18 20:45:59 +0000
commit4983f407c06523d1122df69814aeb48d67122cc4 (patch)
tree510ddf6f7a38966525ae6cf06405be14d67f4378 /Library
parent5583e70b6a0cc0be2cbb0818d906be6aff6cf2bc (diff)
downloadhomebrew-4983f407c06523d1122df69814aeb48d67122cc4.tar.bz2
Update MySQL to 5.1.52.
Also added a step to the installation instructions related to issue #2821.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/mysql.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/mysql.rb b/Library/Formula/mysql.rb
index 6a60fcc00..480d11ebc 100644
--- a/Library/Formula/mysql.rb
+++ b/Library/Formula/mysql.rb
@@ -2,8 +2,8 @@ require 'formula'
class Mysql <Formula
homepage 'http://dev.mysql.com/doc/refman/5.1/en/'
- url 'http://mysql.mirrors.pair.com/Downloads/MySQL-5.1/mysql-5.1.51.tar.gz'
- md5 'c12bf24493688c51c6cff5e8c6563830'
+ url 'http://mysql.mirrors.pair.com/Downloads/MySQL-5.1/mysql-5.1.52.tar.gz'
+ md5 '43c11ad3dded693393c4815d24e2b0a5'
depends_on 'readline'
@@ -63,6 +63,7 @@ class Mysql <Formula
def caveats; <<-EOS.undent
Set up databases with:
+ unset TMPDIR
mysql_install_db
If this is your first install, automatically load on login with: