Skip to content

Commit 5ad5ea1

Browse files
author
Sergei Kuvakin
committed
qemu 5.0.0-5
1 parent e455e52 commit 5ad5ea1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ env:
2424
- MAJOR_VERSION=5
2525
- MINOR_VERSION=0
2626
- PATCH_VERSION=0
27-
- RELEASE_VERSION=2
27+
- RELEASE_VERSION=5
2828
- VERSION=$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION-$RELEASE_VERSION
2929
# Container tag version string.
3030
# Set it here to give a flexibility of the value such as "X.Y".
@@ -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/5.0.0/2.fc33/x86_64/qemu-user-static-5.0.0-2.fc33.x86_64.rpm"
41+
- PACKAGE_URI="https://kojipkgs.fedoraproject.org/packages/qemu/5.0.0/5.fc33/x86_64/qemu-user-static-5.0.0-5.fc33.x86_64.rpm"
4242
- PACKAGE_FILENAME=$(basename "$PACKAGE_URI")
4343
before_script:
4444
- wget --content-disposition $PACKAGE_URI

0 commit comments

Comments
 (0)