mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +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'
|
||||
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}"
|
||||
|
|
Loading…
Add table
Reference in a new issue