From e5127e0012a004d6a1ce8082dafb382b6747fffa Mon Sep 17 00:00:00 2001 From: Nikolay Vinogradov <32940265+nikolayvinogradov@users.noreply.github.com> Date: Thu, 16 May 2019 18:12:37 +0300 Subject: [PATCH] Fix snapcraft build after qemu_2.5 source package rebuilding (#71) qemu_2.5+dfsg-5ubuntu10.36.debian.tar.xz (404) -> 10.38 --- snapcraft.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index 639a00a..976aa23 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -612,8 +612,8 @@ parts: - --target-list=x86_64-softmmu override-build: | wget http://archive.ubuntu.com/ubuntu/pool/main/q/qemu/qemu_2.5+dfsg.orig.tar.xz - wget http://archive.ubuntu.com/ubuntu/pool/main/q/qemu/qemu_2.5+dfsg-5ubuntu10.36.debian.tar.xz - wget http://archive.ubuntu.com/ubuntu/pool/main/q/qemu/qemu_2.5+dfsg-5ubuntu10.36.dsc + wget http://archive.ubuntu.com/ubuntu/pool/main/q/qemu/qemu_2.5+dfsg-5ubuntu10.38.debian.tar.xz + wget http://archive.ubuntu.com/ubuntu/pool/main/q/qemu/qemu_2.5+dfsg-5ubuntu10.38.dsc dpkg-source -x qemu_*.dsc snapcraftctl build organize: