aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mysql.rb
diff options
context:
space:
mode:
authorMichael Shapiro2009-11-19 22:15:17 -0500
committerMax Howell2009-12-01 12:07:34 +0000
commitc3ae9719a09d0278ebf9baeb4ac9b8610fb04c7e (patch)
treee3c3d224ddf2a428ba77f8e72d54d73220aa5f0b /Library/Formula/mysql.rb
parent91a17cff2fbf653c7be389eeae395a322f9e8229 (diff)
downloadhomebrew-c3ae9719a09d0278ebf9baeb4ac9b8610fb04c7e.tar.bz2
Updating MySQL formula to 5.1.41 (5.1.39 completely fails)
Appears to patch, compile and function fine, though I've done no serious testing.
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 3e1dd2180..4ccc5aa3e 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.39.tar.gz'
- @md5='55a398daeb69a778fc46573623143268'
+ @url='http://mysql.llarian.net/Downloads/MySQL-5.1/mysql-5.1.41.tar.gz'
+ @md5='b5d39e8789174753f3c782959729e68c'
depends_on 'readline'