diff options
author | Michal Privoznik <michal.privoznik@gmail.com> | 2024-10-16 20:53:24 +0200 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-17 05:59:57 +0100 |
commit | e9949812f80138aef88db7c5ea2d544956aa04a7 (patch) | |
tree | 40657c0e09c3e51b8560a0abe9be4112dd5463f9 /sec-keys | |
parent | app-emulation/libvirt: Update SRC_URI (diff) | |
download | gentoo-e9949812f80138aef88db7c5ea2d544956aa04a7.tar.gz gentoo-e9949812f80138aef88db7c5ea2d544956aa04a7.tar.bz2 gentoo-e9949812f80138aef88db7c5ea2d544956aa04a7.zip |
sec-keys/openpgp-keys-libvirt: Update SRC_URI
The sources are available directly at https://download.libvirt.org, the
old path https://libvirt.org/sources/ is kept around for compatibility
reasons but redirects to the new one. Commit [1] changed the location on
libvirt.org too.
1: https://gitlab.com/libvirt/libvirt/-/commit/d2d26e98d60af191deec61bc6dcccf9c881992f2
Signed-off-by: Michal Privoznik <michal.privoznik@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sec-keys')
-rw-r--r-- | sec-keys/openpgp-keys-libvirt/openpgp-keys-libvirt-20210401.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sec-keys/openpgp-keys-libvirt/openpgp-keys-libvirt-20210401.ebuild b/sec-keys/openpgp-keys-libvirt/openpgp-keys-libvirt-20210401.ebuild index f8a5a7532899..e907cacdc1fb 100644 --- a/sec-keys/openpgp-keys-libvirt/openpgp-keys-libvirt-20210401.ebuild +++ b/sec-keys/openpgp-keys-libvirt/openpgp-keys-libvirt-20210401.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="OpenPGP keys used by libvirt" HOMEPAGE="https://www.libvirt.org/ https://gitlab.com/libvirt/libvirt/" -SRC_URI="https://libvirt.org/sources/gpg_key.asc -> 453B65310595562855471199CA68BE8010084C9C.asc" +SRC_URI="https://download.libvirt.org/gpg_key.asc -> 453B65310595562855471199CA68BE8010084C9C.asc" LICENSE="public-domain" SLOT="0" |