aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mysql.rb
diff options
context:
space:
mode:
authorAli Asad Lotia2010-10-11 22:10:56 +0100
committerAdam Vandenberg2010-10-12 21:35:54 -0700
commit0fc5ce3ba913281b6c6e09cfd5b91db0f7cb7a85 (patch)
treebd539fdd86dfbd90aa462510dc111732687de5d9 /Library/Formula/mysql.rb
parentb5ad394fe87541b17bf529e22c418736e3c6978a (diff)
downloadhomebrew-0fc5ce3ba913281b6c6e09cfd5b91db0f7cb7a85.tar.bz2
Update mysql to 5.1.51
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 d48c8adf5..6a60fcc00 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.llarian.net/Downloads/MySQL-5.1/mysql-5.1.49.tar.gz'
- md5 'a90d87a71fa3c23dff6d78afc8e3184c'
+ url 'http://mysql.mirrors.pair.com/Downloads/MySQL-5.1/mysql-5.1.51.tar.gz'
+ md5 'c12bf24493688c51c6cff5e8c6563830'
depends_on 'readline'