From 42fe7278108d12a06d07baa5bc10f6d891e7a3b4 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Tue, 31 Dec 2019 12:57:41 +0100 Subject: [PATCH] libimagequant: update to 2.12.6. --- srcpkgs/libimagequant/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libimagequant/template b/srcpkgs/libimagequant/template index aeeeda46fde..44ad40d3fb5 100644 --- a/srcpkgs/libimagequant/template +++ b/srcpkgs/libimagequant/template @@ -1,6 +1,6 @@ # Template file for 'libimagequant' pkgname=libimagequant -version=2.12.5 +version=2.12.6 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=9dc07f3bf6efaf03241fd514e62108be484a373871e2e02c117e6efb49d26293 +checksum=b34964512c0dbe550c5f1b394c246c42a988cd73b71a76c5838aa2b4a96e43a0 case "$XBPS_TARGET_MACHINE" in x86_64*) configure_args+=" --enable-sse";;