diff options
| author | Adam Vandenberg | 2011-03-16 12:58:49 -0700 | 
|---|---|---|
| committer | Adam Vandenberg | 2011-03-16 12:59:10 -0700 | 
| commit | feae63a3828cfe3f3881cbdafebb6fe1cc58616b (patch) | |
| tree | 0aeac9306fcc94016652c7decf8f672f7374f43c /Library/Formula/mysql.rb | |
| parent | d66c9f3b57dd5e68841ad4beb0397e18e76e20f5 (diff) | |
| download | homebrew-feae63a3828cfe3f3881cbdafebb6fe1cc58616b.tar.bz2 | |
mysql 5.1.56
Diffstat (limited to 'Library/Formula/mysql.rb')
| -rw-r--r-- | Library/Formula/mysql.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/mysql.rb b/Library/Formula/mysql.rb index 35c22c5a8..d20d2d38e 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.55.tar.gz' -  md5 'e07e79edad557874d0870c914c9c81e1' +  url 'http://mysql.mirrors.pair.com/Downloads/MySQL-5.1/mysql-5.1.56.tar.gz' +  md5 '15161d67f4830aad3a8a89e083749d49'    depends_on 'readline'  | 
