Skip to content

Commit 78d9ab4

Browse files
committed
Windows: upgrade libvips to v8.10.6-beta1
1 parent 07de78c commit 78d9ab4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/win.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ case ${PLATFORM} in
2222
;;
2323
esac
2424

25-
FILENAME="vips-dev-${ARCH}-web-${VERSION_VIPS}-static.zip"
26-
URL="https://github.com/libvips/build-win64-mxe/releases/download/v${VERSION_VIPS}-build2/${FILENAME}"
25+
FILENAME="vips-dev-${ARCH}-web-${VERSION_VIPS}-beta1-static.zip"
26+
URL="https://github.com/libvips/build-win64-mxe/releases/download/v${VERSION_VIPS}-beta1/${FILENAME}"
2727
echo "Downloading $URL"
2828
$CURL -O $URL
2929
unzip $FILENAME

0 commit comments

Comments
 (0)