diff options
author | Sam James <sam@gentoo.org> | 2024-05-25 07:48:21 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-25 07:48:21 +0100 |
commit | 2daf736cdbac10b7f7729cc2d87ccc1fdc52cf51 (patch) | |
tree | cd4d4445bfb72fc0b8fe4a2402a70200697c2fa2 /sys-fs/loop-aes | |
parent | dev-python/coverage: Stabilize 7.5.1 ppc64, #932694 (diff) | |
download | gentoo-2daf736cdbac10b7f7729cc2d87ccc1fdc52cf51.tar.gz gentoo-2daf736cdbac10b7f7729cc2d87ccc1fdc52cf51.tar.bz2 gentoo-2daf736cdbac10b7f7729cc2d87ccc1fdc52cf51.zip |
sys-fs/loop-aes: use HTTPS
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs/loop-aes')
-rw-r--r-- | sys-fs/loop-aes/loop-aes-3.8b.ebuild | 4 | ||||
-rw-r--r-- | sys-fs/loop-aes/loop-aes-3.8c.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-fs/loop-aes/loop-aes-3.8b.ebuild b/sys-fs/loop-aes/loop-aes-3.8b.ebuild index e74a90959434..9fe025f69c78 100644 --- a/sys-fs/loop-aes/loop-aes-3.8b.ebuild +++ b/sys-fs/loop-aes/loop-aes-3.8b.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,7 +9,7 @@ MY_P="${PN/aes/AES}-v${PV}" DESCRIPTION="Linux kernel module to encrypt disk partitions with AES cipher" HOMEPAGE="https://sourceforge.net/projects/loop-aes/" -SRC_URI="http://loop-aes.sourceforge.net/loop-AES/${MY_P}.tar.bz2" +SRC_URI="https://loop-aes.sourceforge.net/loop-AES/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" diff --git a/sys-fs/loop-aes/loop-aes-3.8c.ebuild b/sys-fs/loop-aes/loop-aes-3.8c.ebuild index 00e492cdf3b0..03ca24a9e59c 100644 --- a/sys-fs/loop-aes/loop-aes-3.8c.ebuild +++ b/sys-fs/loop-aes/loop-aes-3.8c.ebuild @@ -11,9 +11,9 @@ MY_P="${PN/aes/AES}-v${PV}" DESCRIPTION="Linux kernel module to encrypt disk partitions with AES cipher" HOMEPAGE="https://sourceforge.net/projects/loop-aes/" SRC_URI=" - http://loop-aes.sourceforge.net/loop-AES/${MY_P}.tar.bz2 + https://loop-aes.sourceforge.net/loop-AES/${MY_P}.tar.bz2 verify-sig? ( - http://loop-aes.sourceforge.net/loop-AES/${MY_P}.tar.bz2.sign + https://loop-aes.sourceforge.net/loop-AES/${MY_P}.tar.bz2.sign -> ${MY_P}.tar.bz2.sig ) " |