Skip to content

Commit

Permalink
[feat] Upgrade qemu to v4.0.0 (#65)
Browse files Browse the repository at this point in the history
* feat(deps): Bump qemu to v4.

Signed-off-by: Jesse Stuart <[email protected]>

* ref(style): Revert formatting changes to minimize diff.

Signed-off-by: Jesse Stuart <[email protected]>
  • Loading branch information
jessestuart authored and lafin committed Apr 26, 2019
1 parent 20674ec commit eb2e5c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb2e5c3

Please sign in to comment.