mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
Setup: Change lib version in install-libheif.sh script to v1.17.6 #4082
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
a61dc0da60
commit
02260dc5db
1 changed files with 1 additions and 2 deletions
3
scripts/dist/install-libheif.sh
vendored
3
scripts/dist/install-libheif.sh
vendored
|
|
@ -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.17.1}
|
||||
LIBHEIF_VERSION=${2:-v1.17.6}
|
||||
|
||||
# Determine the system architecture.
|
||||
if [[ $PHOTOPRISM_ARCH ]]; then
|
||||
|
|
@ -37,7 +37,6 @@ case $DESTARCH in
|
|||
|
||||
arm | ARM | aarch | armv7l | armhf)
|
||||
DESTARCH=arm
|
||||
LIBHEIF_VERSION="v1.13.0"
|
||||
;;
|
||||
|
||||
*)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue