libmysqlclient: switch to https.

This commit is contained in:
Jerome Duval
2018-09-19 10:22:31 +02:00
parent 296d0bb7fc
commit 7930914280

View File

@@ -3,10 +3,10 @@ DESCRIPTION="C connector for MySQL. MySQL is a fast, stable and true multi-user,
multi-threaded SQL database server. SQL (Structured Query Language) is the \
most popular database query language in the world. The main goals of MySQL \
are speed, robustness and ease of use."
HOMEPAGE="http://dev.mysql.com/downloads/connector/c/"
HOMEPAGE="https://dev.mysql.com/downloads/connector/c/"
COPYRIGHT="1997-2015 Oracle and/or its affiliates"
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
SOURCE_URI="http://dev.mysql.com/get/Downloads/Connector-C/mysql-connector-c-6.1.6-src.tar.gz"
CHECKSUM_SHA256="2222433012c415871958b61bc4f3683e1ebe77e3389f698b267058c12533ea78"
SOURCE_DIR="mysql-connector-c-6.1.6-src"