From 98f50ee5cc1cdfcb22465e719f50ebd2c402a8df Mon Sep 17 00:00:00 2001 From: Luc Date: Sun, 10 Aug 2025 13:52:32 +0200 Subject: [PATCH] app-crypt/zlevis/zlevis-2.0.ebuild: changed source --- app-crypt/zlevis/zlevis-2.0.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app-crypt/zlevis/zlevis-2.0.ebuild b/app-crypt/zlevis/zlevis-2.0.ebuild index 6099b45..3b556d2 100644 --- a/app-crypt/zlevis/zlevis-2.0.ebuild +++ b/app-crypt/zlevis/zlevis-2.0.ebuild @@ -5,8 +5,8 @@ EAPI=8 inherit meson DESCRIPTION="Tool that enables automatic decryption of ZFS root-pools with TPM2" -HOMEPAGE="https://git.bijl.us/luc/zlevis" -SRC_URI="https://git.bijl.us/luc/zlevis/releases/download/${PV}/zlevis-${PV}.tar.xz" +HOMEPAGE="https://git.ampel.dev/ampel/zlevis" +SRC_URI="https://git.ampel.dev/ampel/zlevis/releases/download/${PV}/zlevis-${PV}.tar.xz" LICENSE="GPL-3" SLOT="0" @@ -16,5 +16,5 @@ IUSE="dracut" RDEPEND=" dev-libs/jose app-crypt/tpm2-tools - dracut? ( >=sys-kernel/zlevis-dracut-0.3 ) -" + dracut? ( >=sys-kernel/zlevis-dracut-1.0 ) +" \ No newline at end of file