From fbde0c4795d76da6f6f5d7ecd3d0f0f0a801df53 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Mon, 30 Jan 2023 15:19:00 +0100 Subject: [PATCH] libimagequant: update to 2.18.0. --- srcpkgs/libimagequant/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libimagequant/template b/srcpkgs/libimagequant/template index 0d4bcf6a0b8..7d2c74b7629 100644 --- a/srcpkgs/libimagequant/template +++ b/srcpkgs/libimagequant/template @@ -1,6 +1,6 @@ # Template file for 'libimagequant' pkgname=libimagequant -version=2.17.0 +version=2.18.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=9f6cc50182be4d2ece75118aa0b0fd3e9bbad06e94fd6b9eb3a4c08129c2dd26 +checksum=790d2593a587f9a27cec6245ee7a212b34b0aa63cac6383e550eda01236be636 case "$XBPS_TARGET_MACHINE" in x86_64*) configure_args+=" --enable-sse";;