From 36b0fc69dda87797a4a5ecdb37fc77fb54275dbc Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Mon, 23 Nov 2020 11:34:58 +0100 Subject: [PATCH] libimagequant: update to 2.13.1. --- srcpkgs/libimagequant/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libimagequant/template b/srcpkgs/libimagequant/template index 871191c6ec..e6fe4f23ca 100644 --- a/srcpkgs/libimagequant/template +++ b/srcpkgs/libimagequant/template @@ -1,6 +1,6 @@ # Template file for 'libimagequant' pkgname=libimagequant -version=2.13.0 +version=2.13.1 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=1dcd874f97758472d5282ea1241f50959a6e643b8b5ad07dad100b7a85633efd +checksum=1f46deec3fa280335cf7f0be3ede6006bb420ba8159a03d1f6938e8d283d03ae case "$XBPS_TARGET_MACHINE" in x86_64*) configure_args+=" --enable-sse";;