pngquant: update to 2.10.1.
This commit is contained in:
parent
f17faabff8
commit
b7fff57717
1 changed files with 3 additions and 5 deletions
|
@ -1,10 +1,8 @@
|
|||
# Template file for 'pngquant'
|
||||
pkgname=pngquant
|
||||
version=2.10.0
|
||||
revision=2
|
||||
version=2.10.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
create_wrksrc=yes
|
||||
build_wrksrc="${pkgname}-${version}"
|
||||
configure_args="--with-openmp"
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
x86_64*) configure_args+=" --enable-sse";;
|
||||
|
@ -16,4 +14,4 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|||
license="GPL-3"
|
||||
homepage="https://pngquant.org/"
|
||||
distfiles="https://github.com/pornel/${pkgname}/archive/${version}.tar.gz"
|
||||
checksum=11de0e0819be02ac71eccb1fd3132d9625cf0991e10bda5f1fc566b66a40d549
|
||||
checksum=4ef92109208cb6d0988ef74702e01cdd16a0fd9698ad89249b14edabbe586f88
|
||||
|
|
Loading…
Reference in a new issue