From 40db5a09486ea74f3ed4d6fe3938461df9c48146 Mon Sep 17 00:00:00 2001 From: Marcel Bargull Date: Mon, 1 Jul 2019 17:36:17 +0000 Subject: [PATCH] Bump version of qemu to 4.0.0-5.fc31 (#73) --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index cd4986e..141f0cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,11 +12,11 @@ addons: - cpio env: global: - - VERSION=4.0.0-2 + - VERSION=4.0.0-5 # See qemu-user-static's RPM spec file on Fedora to check the new version. # https://src.fedoraproject.org/rpms/qemu/blob/master/f/qemu.spec - REPO=multiarch/qemu-user-static - - PACKAGE_URI="https://kojipkgs.fedoraproject.org/packages/qemu/4.0.0/2.fc31/x86_64/qemu-user-static-4.0.0-2.fc31.x86_64.rpm" + - PACKAGE_URI="https://kojipkgs.fedoraproject.org/packages/qemu/4.0.0/5.fc31/x86_64/qemu-user-static-4.0.0-5.fc31.x86_64.rpm" - PACKAGE_FILENAME=$(basename "$PACKAGE_URI") before_script: - wget --content-disposition $PACKAGE_URI