Skip to content

Commit

Permalink
Windows: upgrade libvips to v8.10.6-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed Mar 8, 2021
1 parent 07de78c commit 78d9ab4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/win.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ case ${PLATFORM} in
;;
esac

FILENAME="vips-dev-${ARCH}-web-${VERSION_VIPS}-static.zip"
URL="https://github.com/libvips/build-win64-mxe/releases/download/v${VERSION_VIPS}-build2/${FILENAME}"
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}"
echo "Downloading $URL"
$CURL -O $URL
unzip $FILENAME
Expand Down

0 comments on commit 78d9ab4

Please sign in to comment.