aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/mysql.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/mysql.rb b/Library/Formula/mysql.rb
index 5f77fdadf..c3eb93f07 100644
--- a/Library/Formula/mysql.rb
+++ b/Library/Formula/mysql.rb
@@ -2,14 +2,14 @@ require 'formula'
class Mysql < Formula
homepage 'http://dev.mysql.com/doc/refman/5.5/en/'
- url 'http://dev.mysql.com/get/Downloads/MySQL-5.5/mysql-5.5.27.tar.gz/from/http://cdn.mysql.com/'
- version '5.5.27'
- sha1 'd53dfbe4ac1119e4c4a33d639f2904abdd0f226d'
+ url 'http://dev.mysql.com/get/Downloads/MySQL-5.5/mysql-5.5.28.tar.gz/from/http://cdn.mysql.com/'
+ version '5.5.28'
+ sha1 '7b029e61db68866eeea0bec40d47fcdced30dd36'
bottle do
- sha1 '7aa66b8ea9b03baec9c5d1a678a7c547494e00fe' => :mountainlion
- sha1 '5257fd34a20a2375e1d73c733c44e2d0fa1bcae2' => :lion
- sha1 '8fe8c5db43b129e45823444180f4d81af0c0c880' => :snowleopard
+ sha1 'a4389fb4c6e77d43b166e29ce1ebf9d9e193bb11' => :mountainlion
+ sha1 '9f0da89543cd96d6352ac6ede0cb2dfd156ea7c1' => :lion
+ sha1 '440103cef7733865f8ceed83a86242648b357ec2' => :snowleopard
end
depends_on 'cmake' => :build