jpeginfo: update to 1.7.0.

This commit is contained in:
Roberto Ricci 2023-02-25 18:59:05 +01:00 committed by Andrew Benson
parent 14ef5637ea
commit 12dabad2d3

View file

@ -1,15 +1,16 @@
# Template file for 'jpeginfo'
pkgname=jpeginfo
version=1.6.1
revision=4
version=1.7.0
revision=1
build_style=gnu-configure
makedepends="libjpeg-turbo-devel"
short_desc="Prints information and tests integrity of JPEG/JFIF files"
maintainer="bougyman <bougyman@voidlinux.org>"
license="GPL-2.0-only"
homepage="http://www.kokkonen.net/tjko/projects.html"
distfiles="http://www.kokkonen.net/tjko/src/jpeginfo-${version}.tar.gz"
checksum=629e31cf1da0fa1efe4a7cc54c67123a68f5024f3d8e864a30457aeaed1d7653
license="GPL-3.0-or-later"
homepage="https://github.com/tjko/jpeginfo"
changelog="https://raw.githubusercontent.com/tjko/jpeginfo/master/README"
distfiles="https://github.com/tjko/jpeginfo/archive/refs/tags/v${version}.tar.gz"
checksum=dc985083448d9707d42e49bed826a247c0dbda6913c870e9a5d9bf7c74939659
pre_install() {
make_install_args="INSTALL_ROOT=${DESTDIR}"