diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-07-04 21:56:15 +0200 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2018-07-04 18:01:29 -0700 |
commit | 68176331060137f136803d448deef11635c23676 (patch) | |
tree | 74bc075d18ab329288e6350827cb07fe1d559532 /net-misc/s3cmd | |
parent | sci-mathematics/octave: Add missing qt deps (diff) | |
download | gentoo-68176331060137f136803d448deef11635c23676.tar.gz gentoo-68176331060137f136803d448deef11635c23676.tar.bz2 gentoo-68176331060137f136803d448deef11635c23676.zip |
net-misc/s3cmd: use HTTPs
Closes: https://github.com/gentoo/gentoo/pull/9055
Diffstat (limited to 'net-misc/s3cmd')
-rw-r--r-- | net-misc/s3cmd/s3cmd-1.6.1.ebuild | 4 | ||||
-rw-r--r-- | 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" |