From caa4e8e23639caf4873f699bbf11f1b705a53fa4 Mon Sep 17 00:00:00 2001 From: Kleis Auke Wolthuizen Date: Sat, 23 Mar 2024 14:32:57 +0100 Subject: [PATCH] CI: remove libvips' release label suffix --- .ci/install-vips.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/install-vips.sh b/.ci/install-vips.sh index fdc97558..e8dbef34 100755 --- a/.ci/install-vips.sh +++ b/.ci/install-vips.sh @@ -3,7 +3,7 @@ # Define variables version=$VIPS_VERSION pre_version=$VIPS_PRE_VERSION -tag_version=$version${pre_version:+-$pre_version}a +tag_version=$version${pre_version:+-$pre_version} vips_tarball=https://github.com/libvips/libvips/releases/download/v$tag_version/vips-$version.tar.xz # Exit immediately if a command exits with a non-zero status