From 575173f2b611e9634e7c3edf04828aa366b8d032 Mon Sep 17 00:00:00 2001 From: Jun Aruga Date: Mon, 3 Jun 2019 22:58:31 +0200 Subject: [PATCH] Bump version of qemu to 4.0.0-2.fc31 (#71) --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 701fc72..cd4986e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,9 +12,11 @@ addons: - cpio env: global: - - VERSION=4.0.0 + - VERSION=4.0.0-2 + # 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/1.fc31/x86_64/qemu-user-static-4.0.0-1.fc31.x86_64.rpm" + - 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_FILENAME=$(basename "$PACKAGE_URI") before_script: - wget --content-disposition $PACKAGE_URI