HEIC: Default install-libheif.sh to v1.21.2 #5553

This commit is contained in:
Cathie Integra 2026-05-04 08:49:14 +02:00
parent 91099333b4
commit b8fb5374f0

View file

@ -15,7 +15,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.20.2}
LIBHEIF_VERSION=${2:-v1.21.2}
# Determine target architecture.
if [[ $PHOTOPRISM_ARCH ]]; then