libheif: update to 1.13.0 and https

release notes:
- https://github.com/strukturag/libheif/releases
This commit is contained in:
Rudi Heitbaum 2022-09-03 01:48:07 +00:00
parent 930766ab91
commit 71b2ee16d6

View File

@ -2,10 +2,10 @@
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="libheif"
PKG_VERSION="1.12.0"
PKG_SHA256="e1ac2abb354fdc8ccdca71363ebad7503ad731c84022cf460837f0839e171718"
PKG_VERSION="1.13.0"
PKG_SHA256="c20ae01bace39e89298f6352f1ff4a54b415b33b9743902da798e8a1e51d7ca1"
PKG_LICENSE="LGPLv3"
PKG_SITE="http://www.libde265.org"
PKG_SITE="https://www.libde265.org"
PKG_URL="https://github.com/strukturag/libheif/releases/download/v${PKG_VERSION}/libheif-${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain libde265 libjpeg-turbo libpng"
PKG_LONGDESC="A HEIF file format decoder and encoder."