aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mysql.rb
diff options
context:
space:
mode:
authorAli Asad Lotia2010-03-24 21:40:55 -0400
committerDavid Höppner2010-03-25 11:19:59 +0100
commita4fe18052fbcdf1e9827ff2bafd03c275c9ba69f (patch)
treee7c5d5fc9b1cb02236e089ca09fcfe8c0e9f67ba /Library/Formula/mysql.rb
parente2154cd95ee3a627191d2f3b10bcd857115219c1 (diff)
downloadhomebrew-a4fe18052fbcdf1e9827ff2bafd03c275c9ba69f.tar.bz2
Update mysql to 5.1.45.
Signed-off-by: David Höppner <0xffea@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 7612ea776..0b4903104 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.44.tar.gz'
- md5 'a16fa6d6c7f40a963919cbc1c5e86111'
+ url 'http://mysql.llarian.net/Downloads/MySQL-5.1/mysql-5.1.45.tar.gz'
+ md5 '06b5deb3a13c7600c38ba65b9f7e42c4'
depends_on 'readline'