From 2271386f7641c25f6534b848ff94a08b160a6694 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 20 Jan 2021 19:35:09 +0100 Subject: [PATCH] pngquant: Update to version 2.12.0 ![A](https://i.imgur.com/VgLm391.png) --- bucket/pngquant.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/bucket/pngquant.json b/bucket/pngquant.json index c2225d1942..ed5aaeb72a 100644 --- a/bucket/pngquant.json +++ b/bucket/pngquant.json @@ -1,14 +1,10 @@ { - "version": "2.12.3", + "version": "2.12.0", "description": "A command-line utility for lossy compression of PNG images", "homepage": "https://pngquant.org/", "license": "GPL-3.0-or-later", "url": "https://pngquant.org/pngquant-windows.zip", "hash": "587e49904b58c8e69df7a71ceabfd8efccdd79e8998062aa99c6411856510e7d", "extract_dir": "pngquant", - "bin": "pngquant.exe", - "checkver": "Binary for Windows.*?([\\d.]+)", - "autoupdate": { - "url": "https://pngquant.org/pngquant-windows.zip" - } + "bin": "pngquant.exe" }