diff --git a/scripts/dist/install-libheif.sh b/scripts/dist/install-libheif.sh index 327549053..9e44b332e 100755 --- a/scripts/dist/install-libheif.sh +++ b/scripts/dist/install-libheif.sh @@ -24,7 +24,7 @@ fi DESTDIR=$(realpath "${1:-/usr/local}") # In addition, you can specify a custom version to be installed as the second argument. -LIBHEIF_VERSION=${2:-v1.23.0} +LIBHEIF_VERSION=${2:-v1.23.1} # Determine target architecture. if [[ $PHOTOPRISM_ARCH ]]; then