From 48405d56ed32644e5f4a7021ff70961117817467 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Thu, 9 Mar 2017 17:59:59 +0100 Subject: [PATCH] libimagequant: update to 2.9.0 --- srcpkgs/libimagequant/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libimagequant/template b/srcpkgs/libimagequant/template index 7c02330f89d..689c2759df6 100644 --- a/srcpkgs/libimagequant/template +++ b/srcpkgs/libimagequant/template @@ -1,6 +1,6 @@ # Template file for 'libimagequant' pkgname=libimagequant -version=2.8.2 +version=2.9.0 revision=1 build_style=configure configure_args="--with-openmp" @@ -11,7 +11,7 @@ maintainer="Alessio Sergi " homepage="https://pngquant.org/lib/" license="GPL-3" distfiles="https://github.com/ImageOptim/libimagequant/archive/${version}.tar.gz" -checksum=0c1532456f273cc759932b3869e76161ac87b1fcbbd525c2478b0d0262a98d5f +checksum=6bdd8ae720d176518560d6d172e17fafa5c95ea7313a2f60ba86682429b59eb7 case "$XBPS_TARGET_MACHINE" in x86_64*) configure_args+=" --enable-sse";;