Skip to content

Commit 7901caa

Browse files
wilmardolafin
authored andcommitted
feat: bump qemu to 4.2.0 (#102)
Signed-off-by: wilmardo <[email protected]>
1 parent 8af34ad commit 7901caa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ addons:
2222
env:
2323
global:
2424
- MAJOR_VERSION=4
25-
- MINOR_VERSION=1
26-
- PATCH_VERSION=1
25+
- MINOR_VERSION=2
26+
- PATCH_VERSION=0
2727
- RELEASE_VERSION=1
2828
- VERSION=$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION-$RELEASE_VERSION
2929
# Container tag version string.
@@ -38,7 +38,7 @@ env:
3838
# Container repository
3939
- DOCKER_REPO=$DOCKER_SERVER/multiarch/qemu-user-static
4040
# - DOCKER_REPO=$DOCKER_SERVER/your_username/qemu-user-static
41-
- PACKAGE_URI="https://kojipkgs.fedoraproject.org/packages/qemu/4.1.1/1.fc31/x86_64/qemu-user-static-4.1.1-1.fc31.x86_64.rpm"
41+
- PACKAGE_URI="https://kojipkgs.fedoraproject.org/packages/qemu/4.2.0/1.fc32/x86_64/qemu-user-static-4.2.0-1.fc32.x86_64.rpm"
4242
- PACKAGE_FILENAME=$(basename "$PACKAGE_URI")
4343
before_script:
4444
- wget --content-disposition $PACKAGE_URI

0 commit comments

Comments
 (0)