diff options
author | Florian Schmaus <flow@gentoo.org> | 2022-04-18 10:34:51 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2022-04-18 10:34:51 +0200 |
commit | b142798f91d0af259097ad22ff78cc556a550a52 (patch) | |
tree | 8746d04179913c2970d2067abd202cfd85ac4a9b /app-emulation/xen-tools | |
parent | app-emulation/xen-tools: fix dependencies (diff) | |
download | gentoo-b142798f91d0af259097ad22ff78cc556a550a52.tar.gz gentoo-b142798f91d0af259097ad22ff78cc556a550a52.tar.bz2 gentoo-b142798f91d0af259097ad22ff78cc556a550a52.zip |
app-emulation/xen-tools: use https where possible
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'app-emulation/xen-tools')
-rw-r--r-- | app-emulation/xen-tools/xen-tools-4.16.0-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.16.0-r3.ebuild b/app-emulation/xen-tools/xen-tools-4.16.0-r3.ebuild index 26109c86637a..719878f42f8b 100644 --- a/app-emulation/xen-tools/xen-tools-4.16.0-r3.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.16.0-r3.ebuild @@ -47,7 +47,7 @@ else SRC_URI="https://downloads.xenproject.org/release/xen/${MY_PV}/xen-${MY_PV}.tar.gz https://www.seabios.org/downloads/seabios-${SEABIOS_VER}.tar.gz - ipxe? ( http://xenbits.xen.org/xen-extfiles/ipxe-git-${IPXE_COMMIT}.tar.gz ) + ipxe? ( https://xenbits.xen.org/xen-extfiles/ipxe-git-${IPXE_COMMIT}.tar.gz ) ovmf? ( https://github.com/tianocore/edk2/archive/${EDK2_COMMIT}.tar.gz -> edk2-${EDK2_COMMIT}.tar.gz https://github.com/openssl/openssl/archive/OpenSSL_${EDK2_OPENSSL_VERSION}.tar.gz https://github.com/ucb-bar/berkeley-softfloat-3/archive/${EDK2_SOFTFLOAT_COMMIT}.tar.gz -> berkeley-softfloat-${EDK2_SOFTFLOAT_COMMIT}.tar.gz |