HEIC: Upgrade libheif from v1.18.1 to v1.18.2 #4439

This commit is contained in:
Michael Mayer
2024-08-11 11:32:01 +02:00
parent 2696d80c0c
commit 81de57bac4

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.18.1}
LIBHEIF_VERSION=${2:-v1.18.2}
# Determine the system architecture.
if [[ $PHOTOPRISM_ARCH ]]; then