From eb2e5c3dc755b42cb93c38b5848e9440a490a0a2 Mon Sep 17 00:00:00 2001 From: Jesse Stuart Date: Fri, 26 Apr 2019 10:18:00 -0400 Subject: [PATCH] [feat] Upgrade qemu to v4.0.0 (#65) * feat(deps): Bump qemu to v4. Signed-off-by: Jesse Stuart * ref(style): Revert formatting changes to minimize diff. Signed-off-by: Jesse Stuart --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 39bac4c..701fc72 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,9 +12,9 @@ addons: - cpio env: global: - - VERSION=3.1.0-3 + - VERSION=4.0.0 - REPO=multiarch/qemu-user-static - - PACKAGE_URI="https://kojipkgs.fedoraproject.org/packages/qemu/3.1.0/6.fc30/x86_64/qemu-user-static-3.1.0-6.fc30.x86_64.rpm" + - 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_FILENAME=$(basename "$PACKAGE_URI") before_script: - wget --content-disposition $PACKAGE_URI