pngquant: update to 2.17.0.
This commit is contained in:
parent
20c363e31d
commit
58f4c87e41
1 changed files with 4 additions and 3 deletions
|
@ -1,16 +1,17 @@
|
|||
# Template file for 'pngquant'
|
||||
pkgname=pngquant
|
||||
version=2.16.0
|
||||
version=2.17.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-openmp"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="lcms2-devel libgomp-devel libimagequant-devel libpng-devel"
|
||||
short_desc="Lossy PNG compressor"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://pngquant.org/"
|
||||
distfiles="https://github.com/pornel/${pkgname}/archive/${version}.tar.gz"
|
||||
checksum=6b186b76bc995ee12949a48a1041173459eb8050ef1dceb5f7ba43726327b1ea
|
||||
distfiles="https://github.com/kornelski/pngquant/archive/${version}.tar.gz"
|
||||
checksum=bc1baa43c814b4416bb63d7b2168d4e5395cfc69a00f8997a595361caa507887
|
||||
make_check_target=test
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
|
|
Loading…
Reference in a new issue