diff options
author | Sven Wegener <swegener@gentoo.org> | 2023-04-10 16:12:44 +0200 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2023-04-10 21:57:02 +0200 |
commit | b08876fc1660c402643c4fa5530386ff777c6303 (patch) | |
tree | af27f22cd86605b4e2ae2693aa0899f7d657fa51 /app-emulation | |
parent | app-emulation/libguestfs: update SRC_URI (diff) | |
download | gentoo-b08876fc1660c402643c4fa5530386ff777c6303.tar.gz gentoo-b08876fc1660c402643c4fa5530386ff777c6303.tar.bz2 gentoo-b08876fc1660c402643c4fa5530386ff777c6303.zip |
app-emulation/libguestfs-appliance: update SRC_URI
Signed-off-by: Sven Wegener <swegener@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/libguestfs-appliance/libguestfs-appliance-1.46.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/libguestfs-appliance/libguestfs-appliance-1.46.0.ebuild b/app-emulation/libguestfs-appliance/libguestfs-appliance-1.46.0.ebuild index 74e8430766b5..cd4ef2e43f0b 100644 --- a/app-emulation/libguestfs-appliance/libguestfs-appliance-1.46.0.ebuild +++ b/app-emulation/libguestfs-appliance/libguestfs-appliance-1.46.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ inherit check-reqs DESCRIPTION="VM appliance disk image used in libguestfs package" HOMEPAGE="https://libguestfs.org/" -SRC_URI="https://libguestfs.org/download/binaries/appliance/appliance-${PV}.tar.xz" +SRC_URI="https://download.libguestfs.org/binaries/appliance/appliance-${PV}.tar.xz" S="${WORKDIR}" LICENSE="GPL-2 LGPL-2" |