From 545e61fffa2b9f03bf08f39d59016e4ee4f1ab92 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Sat, 8 Jan 2022 09:50:09 +0100 Subject: [PATCH] package/pngquant: bump version to 2.17.0 Changelog: https://github.com/kornelski/pngquant/blob/master/CHANGELOG Signed-off-by: Bernd Kuhls Signed-off-by: Peter Korsgaard --- package/pngquant/pngquant.hash | 2 +- package/pngquant/pngquant.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/pngquant/pngquant.hash b/package/pngquant/pngquant.hash index 3a0dcfd457..a7ea4aa997 100644 --- a/package/pngquant/pngquant.hash +++ b/package/pngquant/pngquant.hash @@ -1,4 +1,4 @@ # From https://pngquant.org/releases.html -sha256 06c6fdded675753fbdbeacc2b63507fb30f42fae813e48a1684b240bb5b63522 pngquant-2.16.0-src.tar.gz +sha256 a27cf0e64db499ccb3ddae9b36036e881f78293e46ec27a9e7a86a3802fcda66 pngquant-2.17.0-src.tar.gz # Locally computed sha256 e4f467f7abf860b4e620f5f60fdd88bc3a63a0fdb98a481fb002b5e511c9b826 COPYRIGHT diff --git a/package/pngquant/pngquant.mk b/package/pngquant/pngquant.mk index 72efafe64e..87537aa18e 100644 --- a/package/pngquant/pngquant.mk +++ b/package/pngquant/pngquant.mk @@ -4,7 +4,7 @@ # ################################################################################ -PNGQUANT_VERSION = 2.16.0 +PNGQUANT_VERSION = 2.17.0 PNGQUANT_SOURCE = pngquant-$(PNGQUANT_VERSION)-src.tar.gz PNGQUANT_SITE = https://pngquant.org PNGQUANT_LICENSE = GPL-3.0+