mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
jpeginfo: update to 1.7.0.
This commit is contained in:
parent
14ef5637ea
commit
12dabad2d3
1 changed files with 7 additions and 6 deletions
|
@ -1,15 +1,16 @@
|
||||||
# Template file for 'jpeginfo'
|
# Template file for 'jpeginfo'
|
||||||
pkgname=jpeginfo
|
pkgname=jpeginfo
|
||||||
version=1.6.1
|
version=1.7.0
|
||||||
revision=4
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="libjpeg-turbo-devel"
|
makedepends="libjpeg-turbo-devel"
|
||||||
short_desc="Prints information and tests integrity of JPEG/JFIF files"
|
short_desc="Prints information and tests integrity of JPEG/JFIF files"
|
||||||
maintainer="bougyman <bougyman@voidlinux.org>"
|
maintainer="bougyman <bougyman@voidlinux.org>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-3.0-or-later"
|
||||||
homepage="http://www.kokkonen.net/tjko/projects.html"
|
homepage="https://github.com/tjko/jpeginfo"
|
||||||
distfiles="http://www.kokkonen.net/tjko/src/jpeginfo-${version}.tar.gz"
|
changelog="https://raw.githubusercontent.com/tjko/jpeginfo/master/README"
|
||||||
checksum=629e31cf1da0fa1efe4a7cc54c67123a68f5024f3d8e864a30457aeaed1d7653
|
distfiles="https://github.com/tjko/jpeginfo/archive/refs/tags/v${version}.tar.gz"
|
||||||
|
checksum=dc985083448d9707d42e49bed826a247c0dbda6913c870e9a5d9bf7c74939659
|
||||||
|
|
||||||
pre_install() {
|
pre_install() {
|
||||||
make_install_args="INSTALL_ROOT=${DESTDIR}"
|
make_install_args="INSTALL_ROOT=${DESTDIR}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue