We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 575173f commit 40db5a0Copy full SHA for 40db5a0
.travis.yml
@@ -12,11 +12,11 @@ addons:
12
- cpio
13
env:
14
global:
15
- - VERSION=4.0.0-2
+ - VERSION=4.0.0-5
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
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"
+ - PACKAGE_URI="https://kojipkgs.fedoraproject.org/packages/qemu/4.0.0/5.fc31/x86_64/qemu-user-static-4.0.0-5.fc31.x86_64.rpm"
20
- PACKAGE_FILENAME=$(basename "$PACKAGE_URI")
21
before_script:
22
- wget --content-disposition $PACKAGE_URI
0 commit comments