From afcea3d6338764d08c5330215b57cee2177dc696 Mon Sep 17 00:00:00 2001 From: Bruno Bigras Date: Sat, 10 Nov 2018 15:06:35 -0500 Subject: [PATCH] pngquant: Update to version 2.12.2 (#2759) closes #2758 --- pngquant.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pngquant.json b/pngquant.json index 9cce380cf2..186763d818 100644 --- a/pngquant.json +++ b/pngquant.json @@ -2,10 +2,11 @@ "homepage": "https://pngquant.org/", "description": "A command-line utility for lossy compression of PNG images", "license": "GPL-3.0-only", - "version": "2.12.1", - "hash": "2ec61729baeec7b0f1d7c11b5444d0419362b4ddfe2fc1f8d010710e71e2815b", + "version": "2.12.2", + "hash": "7ee4f98c7c0dfd23807b624a90a2aa3108ed46bc01f1bbd322bb9e3f3f54e6a6", "url": "https://pngquant.org/pngquant-windows.zip", - "bin": "pngquant\\pngquant.exe", + "extract_dir": "pngquant", + "bin": "pngquant.exe", "checkver": { "github": "https://github.com/kornelski/pngquant" },