From 68176331060137f136803d448deef11635c23676 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Wed, 4 Jul 2018 21:56:15 +0200 Subject: net-misc/s3cmd: use HTTPs Closes: https://github.com/gentoo/gentoo/pull/9055 --- net-misc/s3cmd/s3cmd-1.6.1.ebuild | 4 ++-- net-misc/s3cmd/s3cmd-2.0.0.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net-misc/s3cmd/s3cmd-1.6.1.ebuild b/net-misc/s3cmd/s3cmd-1.6.1.ebuild index acafa8124728..d94467370c51 100644 --- a/net-misc/s3cmd/s3cmd-1.6.1.ebuild +++ b/net-misc/s3cmd/s3cmd-1.6.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ PYTHON_REQ_USE="xml" inherit distutils-r1 DESCRIPTION="Command line client for Amazon S3" -HOMEPAGE="http://s3tools.org/s3cmd" +HOMEPAGE="https://s3tools.org/s3cmd" SRC_URI="mirror://sourceforge/s3tools/${P/_/-}.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/net-misc/s3cmd/s3cmd-2.0.0.ebuild b/net-misc/s3cmd/s3cmd-2.0.0.ebuild index 6b1f5b6bcdc9..507d12fbeb1d 100644 --- a/net-misc/s3cmd/s3cmd-2.0.0.ebuild +++ b/net-misc/s3cmd/s3cmd-2.0.0.ebuild @@ -9,7 +9,7 @@ PYTHON_REQ_USE="xml" inherit distutils-r1 DESCRIPTION="Command line client for Amazon S3" -HOMEPAGE="http://s3tools.org/s3cmd" +HOMEPAGE="https://s3tools.org/s3cmd" SRC_URI="mirror://sourceforge/s3tools/${P/_/-}.tar.gz" LICENSE="GPL-2" SLOT="0" -- cgit v1.2.3-65-gdbad