commit: 152c855a737208a156405c51c72ffcdf9ef602af Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Thu Feb 22 11:05:32 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Mar 2 18:09:05 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=152c855a
app-arch/cabextract: use HTTPS app-arch/cabextract/cabextract-1.6.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-arch/cabextract/cabextract-1.6.ebuild b/app-arch/cabextract/cabextract-1.6.ebuild index 42b906cd2bf..da02381ab49 100644 --- a/app-arch/cabextract/cabextract-1.6.ebuild +++ b/app-arch/cabextract/cabextract-1.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,8 +6,8 @@ EAPI=5 inherit toolchain-funcs DESCRIPTION="Extracts files from Microsoft cabinet archive files" -HOMEPAGE="http://www.cabextract.org.uk/" -SRC_URI="http://www.cabextract.org.uk/${P}.tar.gz" +HOMEPAGE="https://www.cabextract.org.uk/" +SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz" LICENSE="GPL-3" SLOT="0"
