We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16b910c commit 575173fCopy full SHA for 575173f
.travis.yml
@@ -12,9 +12,11 @@ addons:
12
- cpio
13
env:
14
global:
15
- - VERSION=4.0.0
+ - 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
18
- 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"
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"
20
- PACKAGE_FILENAME=$(basename "$PACKAGE_URI")
21
before_script:
22
- wget --content-disposition $PACKAGE_URI
0 commit comments