From ae6d608a094cd4e61ce48c05eb7293415ec4964b Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Wed, 22 Sep 2021 13:32:40 +0200 Subject: [PATCH] libimagequant: update to 2.16.0. --- srcpkgs/libimagequant/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libimagequant/template b/srcpkgs/libimagequant/template index f450f4201d3..edb1d4dc9ce 100644 --- a/srcpkgs/libimagequant/template +++ b/srcpkgs/libimagequant/template @@ -1,6 +1,6 @@ # Template file for 'libimagequant' pkgname=libimagequant -version=2.15.1 +version=2.16.0 revision=1 build_style=configure configure_args="--with-openmp" @@ -11,7 +11,7 @@ maintainer="Leah Neukirchen " license="GPL-3.0-or-later" homepage="https://pngquant.org/lib/" distfiles="https://github.com/ImageOptim/libimagequant/archive/${version}.tar.gz" -checksum=3a9548f99be8c3b20a5d9407d0ca95bae8b0fb424a2735a87cb6cf3fdd028225 +checksum=360f88a4a85546405e6bec36d403cedfda43e7b8b5ec140216b727a05cd3a8ac case "$XBPS_TARGET_MACHINE" in x86_64*) configure_args+=" --enable-sse";;