diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-02-22 12:05:32 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-03-02 19:09:05 +0100 |
commit | 152c855a737208a156405c51c72ffcdf9ef602af (patch) | |
tree | 4521546d29275e5332d814997eb197e09daa742d /app-arch/cabextract | |
parent | media-sound/alsa-oss: use HTTPS (diff) | |
download | gentoo-152c855a737208a156405c51c72ffcdf9ef602af.tar.gz gentoo-152c855a737208a156405c51c72ffcdf9ef602af.tar.bz2 gentoo-152c855a737208a156405c51c72ffcdf9ef602af.zip |
app-arch/cabextract: use HTTPS
Diffstat (limited to 'app-arch/cabextract')
-rw-r--r-- | app-arch/cabextract/cabextract-1.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-arch/cabextract/cabextract-1.6.ebuild b/app-arch/cabextract/cabextract-1.6.ebuild index 42b906cd2bf7..da02381ab494 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" |