Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Commit

Permalink
Merge pull request #64 from boxen/mysql-5625-fixed
Browse files Browse the repository at this point in the history
MySQL 5.6.25 (again)
  • Loading branch information
MikeMcQuaid committed Jun 5, 2015
2 parents 7e0843a + 5cf348c commit 63809b6
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions files/brews/mysql.rb
Original file line number Diff line number Diff line change
@@ -1,15 +1,8 @@
class Mysql < Formula
homepage "https://dev.mysql.com/doc/refman/5.6/en/"
url "https://cdn.mysql.com/Downloads/MySQL-5.6/mysql-5.6.23.tar.gz"
mirror "http://downloads.sourceforge.net/project/mysql.mirror/MySQL%205.6.23/mysql-5.6.23.tar.gz"
sha256 "3bd21af06a9304e372daba41fa5612bb54ac1bc05a4349b3160d0cda972ac098"

# Fixes compilation with OpenSSL 1.0.2
# https://bugs.mysql.com/bug.php?id=75623
patch do
url "https://github.com/mysql/mysql-server/pull/3.diff"
sha1 "6b17a31ee32e373dca0f257f7c7884ac6dcf8e1f"
end
url "https://cdn.mysql.com/Downloads/MySQL-5.6/mysql-5.6.25.tar.gz"
mirror "http://downloads.sourceforge.net/project/mysql.mirror/MySQL%205.6.25/mysql-5.6.25.tar.gz"
sha256 "15079c0b83d33a092649cbdf402c9225bcd3f33e87388407be5cdbf1432c7fbd"

option :universal
option "with-tests", "Build with unit tests"
Expand Down

0 comments on commit 63809b6

Please sign in to comment.