Skip to content

Commit eb2e5c3

Browse files
jessestuartlafin
authored andcommitted
[feat] Upgrade qemu to v4.0.0 (#65)
* 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]>
1 parent 20674ec commit eb2e5c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ addons:
1212
- cpio
1313
env:
1414
global:
15-
- VERSION=3.1.0-3
15+
- VERSION=4.0.0
1616
- REPO=multiarch/qemu-user-static
17-
- 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"
17+
- 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"
1818
- PACKAGE_FILENAME=$(basename "$PACKAGE_URI")
1919
before_script:
2020
- wget --content-disposition $PACKAGE_URI

0 commit comments

Comments
 (0)