aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mysql.rb
diff options
context:
space:
mode:
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 0da3bf236..e80ba176f 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.5/en/'
- url 'http://downloads.mysql.com/archives/mysql-5.5/mysql-5.5.15.tar.gz'
- md5 '306b5549c7bd72e8e705a890db0da82b'
+ url 'http://downloads.mysql.com/archives/mysql-5.5/mysql-5.5.19.tar.gz'
+ md5 'a78cf450974e9202bd43674860349b5a'
depends_on 'cmake' => :build
depends_on 'readline'