diff options
| author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2017-09-04 20:03:18 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-09-05 22:01:35 +0200 |
| commit | 8e4935586226880b1b6d772cd89f8299f5ffc181 (patch) | |
| tree | 06eae6e5a4eb09837aa87bbb9d613657590c8431 /package/pngquant | |
| parent | 88b5e583a3b9389159c0b008f140aaa1cf578a3c (diff) | |
| download | buildroot-8e4935586226880b1b6d772cd89f8299f5ffc181.tar.gz buildroot-8e4935586226880b1b6d772cd89f8299f5ffc181.zip | |
package/pngquant: bump version to 2.10.1
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/pngquant')
| -rw-r--r-- | package/pngquant/pngquant.hash | 4 | ||||
| -rw-r--r-- | package/pngquant/pngquant.mk | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/package/pngquant/pngquant.hash b/package/pngquant/pngquant.hash index c9f449eb49..a3f1005d32 100644 --- a/package/pngquant/pngquant.hash +++ b/package/pngquant/pngquant.hash @@ -1,4 +1,4 @@ # From https://pngquant.org/releases.html -sha1 08ed436e21429d4983bee0fe069681c458f95209 pngquant-2.9.1-src.tar.gz +sha1 30f54b0731b8913a8c8b3bd1fdf53e1c68b12262 pngquant-2.10.1-src.tar.gz # Locally computed -sha256 ac2138207ef40acd4e5fdae18798139a9d75dae4f1d0837aea918a2a8c433481 pngquant-2.9.1-src.tar.gz +sha256 e07a21fe37b6ae9fa5524f1e20a8e73b698566d42d2cc3edd469531745faa850 pngquant-2.10.1-src.tar.gz diff --git a/package/pngquant/pngquant.mk b/package/pngquant/pngquant.mk index f0104fb074..a602cbef59 100644 --- a/package/pngquant/pngquant.mk +++ b/package/pngquant/pngquant.mk @@ -4,7 +4,7 @@ # ################################################################################ -PNGQUANT_VERSION = 2.9.1 +PNGQUANT_VERSION = 2.10.1 PNGQUANT_SOURCE = pngquant-$(PNGQUANT_VERSION)-src.tar.gz PNGQUANT_SITE = https://pngquant.org PNGQUANT_LICENSE = GPL-3.0+ |

