diff --git a/.travis.yml b/.travis.yml index 4e82e60..c1b9bf3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,7 +24,7 @@ env: - MAJOR_VERSION=4 - MINOR_VERSION=2 - PATCH_VERSION=0 - - RELEASE_VERSION=2 + - RELEASE_VERSION=4 - VERSION=$MAJOR_VERSION.$MINOR_VERSION.$PATCH_VERSION-$RELEASE_VERSION # Container tag version string. # Set it here to give a flexibility of the value such as "X.Y". @@ -38,7 +38,7 @@ env: # Container repository - DOCKER_REPO=$DOCKER_SERVER/multiarch/qemu-user-static # - DOCKER_REPO=$DOCKER_SERVER/your_username/qemu-user-static - - PACKAGE_URI="https://kojipkgs.fedoraproject.org/packages/qemu/4.2.0/2.fc32/x86_64/qemu-user-static-4.2.0-2.fc32.x86_64.rpm" + - PACKAGE_URI="https://kojipkgs.fedoraproject.org/packages/qemu/4.2.0/4.fc32/x86_64/qemu-user-static-4.2.0-4.fc32.x86_64.rpm" - PACKAGE_FILENAME=$(basename "$PACKAGE_URI") before_script: - wget --content-disposition $PACKAGE_URI