app-emulation/xen-tools: fix seabios checksum
authorYixun Lan <dlan@gentoo.org>
Thu, 7 Mar 2019 05:56:39 +0000 (13:56 +0800)
committerYixun Lan <dlan@gentoo.org>
Thu, 7 Mar 2019 06:00:47 +0000 (14:00 +0800)
Upstream changed download URL

Closes: https://bugs.gentoo.org/679488
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Yixun Lan <dlan@gentoo.org>
app-emulation/xen-tools/xen-tools-4.12.0_rc2.ebuild

index 6a0337a64557bbb1a37098202ec3184c408fbf56..444f4cf56d9f98072a4eb54dc50df38cd8fff7a8 100644 (file)
@@ -43,7 +43,7 @@ else
                OVMF_PATCHSET_URI="https://dev.gentoo.org/~dlan/distfiles/${PN/-tools}-ovmf-patches-${OVMF_VER}.tar.xz"
 
        SRC_URI="https://downloads.xenproject.org/release/xen/${MY_PV}/xen-${MY_PV}.tar.gz
-       http://code.coreboot.org/p/seabios/downloads/get/seabios-${SEABIOS_VER}.tar.gz
+       https://www.seabios.org/downloads/seabios-${SEABIOS_VER}.tar.gz
        https://dev.gentoo.org/~dlan/distfiles/seabios-${SEABIOS_VER}.tar.gz
        ovmf? ( https://dev.gentoo.org/~dlan/distfiles/ovmf-${OVMF_PV}.tar.xz
                ${OVMF_PATCHSET_URI} )