mysql 5.5.29
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
339bdc1fc3
commit
1ebb8121d5
1 changed files with 3 additions and 9 deletions
|
@ -2,15 +2,9 @@ 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.28.tar.gz/from/http://cdn.mysql.com/'
|
||||
version '5.5.28'
|
||||
sha1 '7b029e61db68866eeea0bec40d47fcdced30dd36'
|
||||
|
||||
bottle do
|
||||
sha1 'a4389fb4c6e77d43b166e29ce1ebf9d9e193bb11' => :mountainlion
|
||||
sha1 '9f0da89543cd96d6352ac6ede0cb2dfd156ea7c1' => :lion
|
||||
sha1 '440103cef7733865f8ceed83a86242648b357ec2' => :snowleopard
|
||||
end
|
||||
url 'http://dev.mysql.com/get/Downloads/MySQL-5.5/mysql-5.5.29.tar.gz/from/http://cdn.mysql.com/'
|
||||
version '5.5.29'
|
||||
sha1 '40e26b193b6ece86ce97896c0c9c524d479e37be'
|
||||
|
||||
depends_on 'cmake' => :build
|
||||
depends_on 'pidof' unless MacOS.version >= :mountain_lion
|
||||
|
|
Loading…
Reference in a new issue