diff options
author | Sven Wegener <swegener@gentoo.org> | 2023-04-10 16:11:54 +0200 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2023-04-10 21:57:01 +0200 |
commit | 74072ef7cab3c6903a18eff57699b782a2488917 (patch) | |
tree | 7e210bcda2c0bed5de8311c3090f629c89afebc8 /app-emulation/libguestfs | |
parent | app-emacs/treemacs-all-the-icons: new package; add 3.1 (diff) | |
download | gentoo-74072ef7cab3c6903a18eff57699b782a2488917.tar.gz gentoo-74072ef7cab3c6903a18eff57699b782a2488917.tar.bz2 gentoo-74072ef7cab3c6903a18eff57699b782a2488917.zip |
app-emulation/libguestfs: update SRC_URI
Signed-off-by: Sven Wegener <swegener@gentoo.org>
Diffstat (limited to 'app-emulation/libguestfs')
-rw-r--r-- | app-emulation/libguestfs/libguestfs-1.48.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/libguestfs/libguestfs-1.48.4.ebuild b/app-emulation/libguestfs/libguestfs-1.48.4.ebuild index 9cfc764e17f9..d53662cce45a 100644 --- a/app-emulation/libguestfs/libguestfs-1.48.4.ebuild +++ b/app-emulation/libguestfs/libguestfs-1.48.4.ebuild @@ -16,7 +16,7 @@ MY_PV_2="$(ver_cut 2)" DESCRIPTION="Tools for accessing, inspecting, and modifying virtual machine (VM) disk images" HOMEPAGE="https://libguestfs.org/" -SRC_URI="https://libguestfs.org/download/${MY_PV_1}-${SD}/${P}.tar.gz" +SRC_URI="https://download.libguestfs.org/${MY_PV_1}-${SD}/${P}.tar.gz" LICENSE="GPL-2 LGPL-2" SLOT="0/${MY_PV_1}" |