HEIC: Default install-libheif.sh to v1.23.1 #5708

This commit is contained in:
Cathie Integra 2026-06-29 23:29:22 +02:00
parent 95603b8f64
commit fd02897278

View file

@ -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