Skip to content

Commit

Permalink
Upgrade to libvips v8.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke authored and lovell committed Nov 12, 2023
1 parent c5c8348 commit b44cff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/wasm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [ $# -lt 1 ]; then
exit 1
fi
VERSION_VIPS="$1"
VERSION_WASM_VIPS="${2:-56f151b}" # TODO: fetch latest wasm-vips commit as default
VERSION_WASM_VIPS="${2:-c5a5f0f}" # TODO: fetch latest wasm-vips commit as default

DIR="wasm-vips-${VERSION_WASM_VIPS}"
TAG="wasm-vips:${VERSION_WASM_VIPS}"
Expand Down

0 comments on commit b44cff2

Please sign in to comment.