diff options
| author | Viktor Szakats | 2015-04-15 02:31:07 +0200 | 
|---|---|---|
| committer | Mike McQuaid | 2015-04-14 22:38:50 -0700 | 
| commit | 0d5a8a4ab7ca401bbbe24e74066db78bb951fad7 (patch) | |
| tree | f830f8ba502cb88dcbe87eb11f7fec856e960796 /Library | |
| parent | de2a24a997fae3ef1111a6c2b68a255af2ef859d (diff) | |
| download | homebrew-0d5a8a4ab7ca401bbbe24e74066db78bb951fad7.tar.bz2 | |
mysql-connector: use https url and homepage
Closes #38657.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mysql-connector-c.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/mysql-connector-c.rb b/Library/Formula/mysql-connector-c.rb index aa3a03263..79cd2fd95 100644 --- a/Library/Formula/mysql-connector-c.rb +++ b/Library/Formula/mysql-connector-c.rb @@ -1,6 +1,6 @@  class MysqlConnectorC < Formula -  homepage "http://dev.mysql.com/downloads/connector/c/" -  url "http://dev.mysql.com/get/Downloads/Connector-C/mysql-connector-c-6.1.6-src.tar.gz" +  homepage "https://dev.mysql.com/downloads/connector/c/" +  url "https://dev.mysql.com/get/Downloads/Connector-C/mysql-connector-c-6.1.6-src.tar.gz"    sha256 "2222433012c415871958b61bc4f3683e1ebe77e3389f698b267058c12533ea78"    bottle do | 
