diff --git a/build/lin.sh b/build/lin.sh index 210b5049..0b0e4b5e 100755 --- a/build/lin.sh +++ b/build/lin.sh @@ -449,7 +449,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}-beta/vips-${VERSION_VIPS}.tar.gz | tar xzC ${DEPS}/vips --strip-components=1 +$CURL https://github.com/libvips/libvips/releases/download/v${VERSION_VIPS}-beta2/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 38576ebb..2bcc78af 100755 --- a/build/win.sh +++ b/build/win.sh @@ -22,8 +22,8 @@ case ${PLATFORM} in ;; esac -FILENAME="vips-dev-${ARCH}-web-${VERSION_VIPS}-beta1-static.zip" -URL="https://github.com/libvips/build-win64-mxe/releases/download/v${VERSION_VIPS}-beta1/${FILENAME}" +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}" echo "Downloading $URL" $CURL -O $URL unzip $FILENAME