diff options
Diffstat (limited to 'Library/Formula')
| -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 f8a00ff3d..a753652bc 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.47.tar.gz' - md5 '02b9964b3966832f3d6bc87524bfd73f' + url 'http://mysql.llarian.net/Downloads/MySQL-5.1/mysql-5.1.48.tar.gz' + md5 'd04c54d1cfbd8c6c8650c8d078f885b2' depends_on 'readline' |
