From 9ec3724f8013f473a7f390f8c8f30ab42a918443 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Fri, 26 Mar 2021 20:18:48 +0000 Subject: [PATCH] Upgrade libvips to v8.10.6 --- build/lin.sh | 2 +- build/win.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/lin.sh b/build/lin.sh index dc0475fb..452f4c77 100755 --- a/build/lin.sh +++ b/build/lin.sh @@ -451,7 +451,7 @@ CFLAGS="${CFLAGS} -O3" ./configure --host=${CHOST} --prefix=${TARGET} --enable-s make install-strip mkdir ${DEPS}/vips -$CURL https://github.com/libvips/libvips/releases/download/v${VERSION_VIPS}-beta2/vips-${VERSION_VIPS}.tar.gz | tar xzC ${DEPS}/vips --strip-components=1 +$CURL https://github.com/libvips/libvips/releases/download/v${VERSION_VIPS}/vips-${VERSION_VIPS}.tar.gz | tar xzC ${DEPS}/vips --strip-components=1 cd ${DEPS}/vips # Prevent exporting the g_param_spec_types symbol to avoid collisions with shared libraries printf "{\n\ diff --git a/build/win.sh b/build/win.sh index 2bcc78af..ffa9a720 100755 --- a/build/win.sh +++ b/build/win.sh @@ -22,8 +22,8 @@ case ${PLATFORM} in ;; esac -FILENAME="vips-dev-${ARCH}-web-${VERSION_VIPS}-beta2-static.zip" -URL="https://github.com/libvips/build-win64-mxe/releases/download/v${VERSION_VIPS}-beta2/${FILENAME}" +FILENAME="vips-dev-${ARCH}-web-${VERSION_VIPS}-static.zip" +URL="https://github.com/libvips/build-win64-mxe/releases/download/v${VERSION_VIPS}/${FILENAME}" echo "Downloading $URL" $CURL -O $URL unzip $FILENAME