Skip to content

Commit 575173f

Browse files
authored
Bump version of qemu to 4.0.0-2.fc31 (#71)
1 parent 16b910c commit 575173f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@ addons:
1212
- cpio
1313
env:
1414
global:
15-
- VERSION=4.0.0
15+
- VERSION=4.0.0-2
16+
# See qemu-user-static's RPM spec file on Fedora to check the new version.
17+
# https://src.fedoraproject.org/rpms/qemu/blob/master/f/qemu.spec
1618
- REPO=multiarch/qemu-user-static
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"
19+
- 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"
1820
- PACKAGE_FILENAME=$(basename "$PACKAGE_URI")
1921
before_script:
2022
- wget --content-disposition $PACKAGE_URI

0 commit comments

Comments
 (0)