sys-fs/loop-aes: use HTTPS

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-05-25 07:48:21 +01:00
parent 968182a5ff
commit 2daf736cdb
2 changed files with 4 additions and 4 deletions

View File

@@ -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"

View File

@@ -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
)
"