diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-21 10:50:08 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-04-21 21:28:56 -0400 |
commit | b32c912131a7f85303ebebb44cb062195ce53962 (patch) | |
tree | 5dc4f4d8bb3f15f18903f66b4d2b16dd7c70f0c4 /sys-apps/memtest86 | |
parent | net-misc/keychain: use HTTPS (diff) | |
download | gentoo-b32c912131a7f85303ebebb44cb062195ce53962.tar.gz gentoo-b32c912131a7f85303ebebb44cb062195ce53962.tar.bz2 gentoo-b32c912131a7f85303ebebb44cb062195ce53962.zip |
sys-apps/memtest86: use HTTPS
Diffstat (limited to 'sys-apps/memtest86')
-rw-r--r-- | sys-apps/memtest86/memtest86-4.3.7-r1.ebuild | 6 | ||||
-rw-r--r-- | sys-apps/memtest86/memtest86-4.3.7.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys-apps/memtest86/memtest86-4.3.7-r1.ebuild b/sys-apps/memtest86/memtest86-4.3.7-r1.ebuild index 73cf407c5484..b9b031c7b5f0 100644 --- a/sys-apps/memtest86/memtest86-4.3.7-r1.ebuild +++ b/sys-apps/memtest86/memtest86-4.3.7-r1.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 mount-boot eutils toolchain-funcs DESCRIPTION="A stand alone memory test for x86 computers" -HOMEPAGE="http://www.memtest86.com/" -SRC_URI="http://www.memtest86.com/downloads/${P}-src.tar.gz" +HOMEPAGE="https://www.memtest86.com/" +SRC_URI="https://www.memtest86.com/downloads/${P}-src.tar.gz" LICENSE="GPL-2" SLOT="0" diff --git a/sys-apps/memtest86/memtest86-4.3.7.ebuild b/sys-apps/memtest86/memtest86-4.3.7.ebuild index 0999afaccb77..bd402545b0c8 100644 --- a/sys-apps/memtest86/memtest86-4.3.7.ebuild +++ b/sys-apps/memtest86/memtest86-4.3.7.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 mount-boot eutils toolchain-funcs DESCRIPTION="A stand alone memory test for x86 computers" -HOMEPAGE="http://www.memtest86.com/" -SRC_URI="http://www.memtest86.com/downloads/${P}-src.tar.gz" +HOMEPAGE="https://www.memtest86.com/" +SRC_URI="https://www.memtest86.com/downloads/${P}-src.tar.gz" LICENSE="GPL-2" SLOT="0" |