From 679e07f1531bc3f5ba848d05b902c2c06a3876ba Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sun, 28 Jul 2019 16:27:43 +0200 Subject: [PATCH] libimagequant: update to 2.12.5. --- srcpkgs/libimagequant/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libimagequant/template b/srcpkgs/libimagequant/template index 7da96800f01..aeeeda46fde 100644 --- a/srcpkgs/libimagequant/template +++ b/srcpkgs/libimagequant/template @@ -1,6 +1,6 @@ # Template file for 'libimagequant' pkgname=libimagequant -version=2.12.3 +version=2.12.5 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=2bd7854657a7e52416cd9dbfc68f10a843b003950f06e74a0e51fc6de48ff13d +checksum=9dc07f3bf6efaf03241fd514e62108be484a373871e2e02c117e6efb49d26293 case "$XBPS_TARGET_MACHINE" in x86_64*) configure_args+=" --enable-sse";;