mysql: 5.5.28 and bottles.
This commit is contained in:
parent
547e349bbc
commit
ba80ed3e74
1 changed files with 6 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue