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

Commit 63809b6

Browse files
committed
Merge pull request #64 from boxen/mysql-5625-fixed
MySQL 5.6.25 (again)
2 parents 7e0843a + 5cf348c commit 63809b6

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

files/brews/mysql.rb

+3-10
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,8 @@
11
class Mysql < Formula
22
homepage "https://dev.mysql.com/doc/refman/5.6/en/"
3-
url "https://cdn.mysql.com/Downloads/MySQL-5.6/mysql-5.6.23.tar.gz"
4-
mirror "http://downloads.sourceforge.net/project/mysql.mirror/MySQL%205.6.23/mysql-5.6.23.tar.gz"
5-
sha256 "3bd21af06a9304e372daba41fa5612bb54ac1bc05a4349b3160d0cda972ac098"
6-
7-
# Fixes compilation with OpenSSL 1.0.2
8-
# https://bugs.mysql.com/bug.php?id=75623
9-
patch do
10-
url "https://github.com/mysql/mysql-server/pull/3.diff"
11-
sha1 "6b17a31ee32e373dca0f257f7c7884ac6dcf8e1f"
12-
end
3+
url "https://cdn.mysql.com/Downloads/MySQL-5.6/mysql-5.6.25.tar.gz"
4+
mirror "http://downloads.sourceforge.net/project/mysql.mirror/MySQL%205.6.25/mysql-5.6.25.tar.gz"
5+
sha256 "15079c0b83d33a092649cbdf402c9225bcd3f33e87388407be5cdbf1432c7fbd"
136

147
option :universal
158
option "with-tests", "Build with unit tests"

0 commit comments

Comments
 (0)