From 79309142809108171de28993ea8468b89412cc6d Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Wed, 19 Sep 2018 10:22:31 +0200 Subject: [PATCH] libmysqlclient: switch to https. --- dev-db/libmysqlclient/libmysqlclient-6.1.6.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-db/libmysqlclient/libmysqlclient-6.1.6.recipe b/dev-db/libmysqlclient/libmysqlclient-6.1.6.recipe index 0822c2096..8658db410 100644 --- a/dev-db/libmysqlclient/libmysqlclient-6.1.6.recipe +++ b/dev-db/libmysqlclient/libmysqlclient-6.1.6.recipe @@ -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"