libexif: update to 0.6.22

This commit is contained in:
heitbaum 2020-12-26 13:40:23 +00:00
parent ebaa37a124
commit 329331bba4

View File

@ -2,10 +2,10 @@
# Copyright (C) 2009-2014 Stephan Raue (stephan@openelec.tv)
PKG_NAME="libexif"
PKG_VERSION="0.6.21"
PKG_SHA256="16cdaeb62eb3e6dfab2435f7d7bccd2f37438d21c5218ec4e58efa9157d4d41a"
PKG_VERSION="0.6.22"
PKG_SHA256="5048f1c8fc509cc636c2f97f4b40c293338b6041a5652082d5ee2cf54b530c56"
PKG_LICENSE="LGPL"
PKG_SITE="http://sourceforge.net/projects/libexif"
PKG_URL="http://downloads.sf.net/sourceforge/$PKG_NAME/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_SITE="https://libexif.github.io"
PKG_URL="https://github.com/libexif/libexif/releases/download/libexif-${PKG_VERSION//./_}-release/$PKG_NAME-$PKG_VERSION.tar.xz"
PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="A library to parse an EXIF file and read the data from those tags."