diff options
| author | Viktor Szakáts | 2015-02-24 12:17:25 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2015-02-24 11:59:32 +0000 |
| commit | cf5325ac47a24557057f0d5540a7da77cc43ffce (patch) | |
| tree | 2262e4c6f4bf2cd1de0454613a12526739cd353a /Library/Formula/mysql.rb | |
| parent | c0a16233d7a50037f7badf28c4b6b5bd4c6a461f (diff) | |
| download | homebrew-cf5325ac47a24557057f0d5540a7da77cc43ffce.tar.bz2 | |
mysql: use https url, homepage and in comment
Closes #37144.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/mysql.rb')
| -rw-r--r-- | Library/Formula/mysql.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/mysql.rb b/Library/Formula/mysql.rb index 72bd993c4..f373dd926 100644 --- a/Library/Formula/mysql.rb +++ b/Library/Formula/mysql.rb @@ -1,6 +1,6 @@ class Mysql < Formula - homepage "http://dev.mysql.com/doc/refman/5.6/en/" - url "http://cdn.mysql.com/Downloads/MySQL-5.6/mysql-5.6.22.tar.gz" + homepage "https://dev.mysql.com/doc/refman/5.6/en/" + url "https://cdn.mysql.com/Downloads/MySQL-5.6/mysql-5.6.22.tar.gz" sha1 "31ac6f799dd76950b4de9979320129ac04fb38e1" bottle do @@ -10,7 +10,7 @@ class Mysql < Formula end # Fixes compilation with OpenSSL 1.0.2 - # http://bugs.mysql.com/bug.php?id=75623 + # https://bugs.mysql.com/bug.php?id=75623 patch do url "https://github.com/mysql/mysql-server/pull/3.diff" sha1 "6b17a31ee32e373dca0f257f7c7884ac6dcf8e1f" |
