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

Commit b596d28

Browse files
committed
Merge pull request #76 from redbubble/fix-mysql-download-url
Fix MySQL 5.6.27 URL
2 parents 257f351 + 667f78c commit b596d28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

files/brews/mysql.rb

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ class Mysql < Formula
22
desc "Open source relational database management system"
33
homepage "https://dev.mysql.com/doc/refman/5.6/en/"
44
url "https://cdn.mysql.com/Downloads/MySQL-5.6/mysql-5.6.27.tar.gz"
5+
mirror "https://dev.mysql.com/get/Downloads/MySQL-5.6/mysql-5.6.27.tar.gz"
56
sha256 "8356bba23f3f6c0c2d4806110c41d1c4d6a4b9c50825e11c5be4bbee2b20b71d"
67

78
option :universal

0 commit comments

Comments
 (0)