From c8d2bec164727b5f7b311bab7a76a4b542d3e3af Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Mon, 6 May 2024 22:01:33 +0200 Subject: [PATCH] libimagequant: update to 4.3.1. --- srcpkgs/libimagequant/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libimagequant/template b/srcpkgs/libimagequant/template index f150206476d..b1941c36bf1 100644 --- a/srcpkgs/libimagequant/template +++ b/srcpkgs/libimagequant/template @@ -1,6 +1,6 @@ # Template file for 'libimagequant' pkgname=libimagequant -version=4.3.0 +version=4.3.1 revision=1 build_wrksrc="imagequant-sys" build_style="cargo" @@ -10,7 +10,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=7f590ed400def273381ac066f46b9f9e8b3e0b1985a5b7e82ca7a65541a6681b +checksum=75020204491f14a8cdf4b857f6c5bab08b6b5f1736345412b296a253bc632bf6 do_build() { cargo auditable cbuild --release --target ${RUST_TARGET} \