diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-20 12:58:31 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-20 19:24:14 -0400 |
commit | 93f572e2fb708a8808fcb47ee29510571eb725d6 (patch) | |
tree | ea94e38d156fc3b865904652d1139f9451baabf5 /app-arch/lzma | |
parent | app-admin/logsurfer+: use HTTPS, fix SRC_URI (diff) | |
download | gentoo-93f572e2fb708a8808fcb47ee29510571eb725d6.tar.gz gentoo-93f572e2fb708a8808fcb47ee29510571eb725d6.tar.bz2 gentoo-93f572e2fb708a8808fcb47ee29510571eb725d6.zip |
app-arch/lzma: use HTTPS
Diffstat (limited to 'app-arch/lzma')
-rw-r--r-- | app-arch/lzma/lzma-9.20-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/lzma/lzma-9.20-r1.ebuild b/app-arch/lzma/lzma-9.20-r1.ebuild index 1b40d09b37aa..80cac224e6b3 100644 --- a/app-arch/lzma/lzma-9.20-r1.ebuild +++ b/app-arch/lzma/lzma-9.20-r1.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 @@ -7,7 +7,7 @@ inherit toolchain-funcs MY_P="${PN}${PV//.}" DESCRIPTION="LZMA Stream Compressor from the SDK" -HOMEPAGE="http://www.7-zip.org/sdk.html" +HOMEPAGE="https://www.7-zip.org/sdk.html" SRC_URI="mirror://sourceforge/sevenzip/${MY_P}.tar.bz2 -> ${P}.tar.bz2" LICENSE="public-domain" |