diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-21 10:43:49 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-04-21 21:28:55 -0400 |
commit | 270d335cf198a095d6fc437b48de8c778d7f45a2 (patch) | |
tree | e7bfce2537423e2c2784d1d80a6179a1c6a625ed /app-arch/unrar/unrar-5.5.8.ebuild | |
parent | dev-embedded/sgpp-lite-arm-eabi-bin: add 2014.05.28 (diff) | |
download | gentoo-270d335cf198a095d6fc437b48de8c778d7f45a2.tar.gz gentoo-270d335cf198a095d6fc437b48de8c778d7f45a2.tar.bz2 gentoo-270d335cf198a095d6fc437b48de8c778d7f45a2.zip |
app-arch/unrar: use HTTPS
Closes: https://github.com/gentoo/gentoo/pull/8097
Diffstat (limited to 'app-arch/unrar/unrar-5.5.8.ebuild')
-rw-r--r-- | app-arch/unrar/unrar-5.5.8.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-arch/unrar/unrar-5.5.8.ebuild b/app-arch/unrar/unrar-5.5.8.ebuild index 870cc370fd97..560952a8c5bc 100644 --- a/app-arch/unrar/unrar-5.5.8.ebuild +++ b/app-arch/unrar/unrar-5.5.8.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="6" @@ -8,8 +8,8 @@ inherit eutils flag-o-matic multilib toolchain-funcs MY_PN=${PN}src DESCRIPTION="Uncompress rar files" -HOMEPAGE="http://www.rarlab.com/rar_add.htm" -SRC_URI="http://www.rarlab.com/rar/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://www.rarlab.com/rar_add.htm" +SRC_URI="https://www.rarlab.com/rar/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz" LICENSE="unRAR" # subslot = soname version |