aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mysql.rb
diff options
context:
space:
mode:
authorAli Asad Lotia2010-12-19 01:32:25 +0000
committerAdam Vandenberg2010-12-18 19:11:39 -0800
commitba64ba89440504bf07ff0fc34ec6b6b14b2e5cb1 (patch)
tree7c7b123412436240bb4b3a328e3653c4a310ed4e /Library/Formula/mysql.rb
parentdc051c8a6f47bcf49c4d79a6f10c5a88e4e7e0ed (diff)
downloadhomebrew-ba64ba89440504bf07ff0fc34ec6b6b14b2e5cb1.tar.bz2
Update MySQL to 5.1.54.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/mysql.rb')
-rw-r--r--Library/Formula/mysql.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/mysql.rb b/Library/Formula/mysql.rb
index 4b1f8ffb0..e773f49e6 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.53.tar.gz'
- md5 'e5e7c5b0b5c382489e6a66778703bc46'
+ url 'http://mysql.mirrors.pair.com/Downloads/MySQL-5.1/mysql-5.1.54.tar.gz'
+ md5 '2a0f45a2f8b5a043b95ce7575796a30b'
depends_on 'readline'