From 85e32fba479514e4888c4a4319aee5e127be0eb7 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Tue, 6 Feb 2018 14:24:24 +0100 Subject: [PATCH] libimagequant: update to 2.11.9. --- srcpkgs/libimagequant/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libimagequant/template b/srcpkgs/libimagequant/template index bfa75a206fe..849652a30d9 100644 --- a/srcpkgs/libimagequant/template +++ b/srcpkgs/libimagequant/template @@ -1,6 +1,6 @@ # Template file for 'libimagequant' pkgname=libimagequant -version=2.11.7 +version=2.11.9 revision=1 build_style=configure configure_args="--with-openmp" @@ -11,7 +11,7 @@ maintainer="Leah Neukirchen " homepage="https://pngquant.org/lib/" license="GPL-3" distfiles="https://github.com/ImageOptim/libimagequant/archive/${version}.tar.gz" -checksum=aa5c9ae93f245f6703ca3f15c0ffe1ba647f66aac87bbfea0b58ebae9a4e37b5 +checksum=e92ad75361e91af5c44aa830bc1da4746f44eaebb6447a51ff832638953fe05e case "$XBPS_TARGET_MACHINE" in x86_64*) configure_args+=" --enable-sse";;