Immich: Update libvips to 8.18.4 (#15619)

This commit is contained in:
Chris
2026-07-06 09:38:39 -04:00
committed by GitHub
parent 81d6b2beee
commit 68cc4f3da7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -471,7 +471,7 @@ function compile_imagemagick() {
function compile_libvips() {
SOURCE=$SOURCE_DIR/libvips
LIBVIPS_REVISION="3664cfc5dc2c5661288f5bf5a85ccc51c64c1626"
LIBVIPS_REVISION="e01a4797cabe77d457fdfa7d776b7a7e7ca6d6a7"
if [[ "$LIBVIPS_REVISION" != "$(grep 'libvips' ~/.immich_library_revisions | awk '{print $2}')" ]]; then
msg_info "Recompiling libvips"
[[ -d "$SOURCE" ]] && rm -rf "$SOURCE"