diff options
| author | Adam Vandenberg | 2010-02-13 16:38:50 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2010-02-13 16:39:27 -0800 |
| commit | 1d35e860877246970f708cc85b25a03a740caa2c (patch) | |
| tree | 7abcf2282e0073bd418e68a9bf4e013c74653edc | |
| parent | 26cef27291f72526197f64c86d6588b6ef7e2fd8 (diff) | |
| download | homebrew-1d35e860877246970f708cc85b25a03a740caa2c.tar.bz2 | |
MySQL 5.1.43
| -rw-r--r-- | Library/Formula/mysql.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/mysql.rb b/Library/Formula/mysql.rb index be7161d93..eb7fcd532 100644 --- a/Library/Formula/mysql.rb +++ b/Library/Formula/mysql.rb @@ -1,9 +1,9 @@ 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.41.tar.gz' - @md5='b5d39e8789174753f3c782959729e68c' + homepage 'http://dev.mysql.com/doc/refman/5.1/en/' + url 'http://mysql.llarian.net/Downloads/MySQL-5.1/mysql-5.1.43.tar.gz' + md5 '451fd3e8c55eecdf4c3ed109dce62f01' depends_on 'readline' |
