Skip to content

Commit c597a77

Browse files
committed
vips: remove release label suffix
1 parent d7a5f55 commit c597a77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/lin.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ CFLAGS="${CFLAGS} -O3" meson setup _build --default-library=static --buildtype=r
457457
meson install -C _build --tag devel
458458

459459
mkdir ${DEPS}/vips
460-
$CURL https://github.com/libvips/libvips/releases/download/v${VERSION_VIPS}a/vips-$(without_prerelease $VERSION_VIPS).tar.xz | tar xJC ${DEPS}/vips --strip-components=1
460+
$CURL https://github.com/libvips/libvips/releases/download/v${VERSION_VIPS}/vips-$(without_prerelease $VERSION_VIPS).tar.xz | tar xJC ${DEPS}/vips --strip-components=1
461461
cd ${DEPS}/vips
462462
# Link libvips.so.42 statically into libvips-cpp.so.42
463463
sed -i'.bak' "s/library('vips'/static_&/" libvips/meson.build

0 commit comments

Comments
 (0)