We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20674ec commit eb2e5c3Copy full SHA for eb2e5c3
.travis.yml
@@ -12,9 +12,9 @@ addons:
12
- cpio
13
env:
14
global:
15
- - VERSION=3.1.0-3
+ - VERSION=4.0.0
16
- 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"
+ - 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"
18
- PACKAGE_FILENAME=$(basename "$PACKAGE_URI")
19
before_script:
20
- wget --content-disposition $PACKAGE_URI
0 commit comments