Fix snapcraft build after qemu_2.5 source package rebuilding (#71)

qemu_2.5+dfsg-5ubuntu10.36.debian.tar.xz (404) -> 10.38
This commit is contained in:
Nikolay Vinogradov 2019-05-16 18:12:37 +03:00 committed by Pete Vander Giessen
parent 343f6b4eb9
commit e5127e0012
1 changed files with 2 additions and 2 deletions

View File

@ -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: