From d31b481e3bbdef0d106c7a32147c1de5d708a1a2 Mon Sep 17 00:00:00 2001 From: Rafael dos Santos Silva Date: Wed, 16 Nov 2016 17:29:48 -0200 Subject: [PATCH] Updates pngcrush from 1.8.8 to 1.8.10 --- image/base/install-pngcrush | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/base/install-pngcrush b/image/base/install-pngcrush index 2bd88ad..1580690 100755 --- a/image/base/install-pngcrush +++ b/image/base/install-pngcrush @@ -1,6 +1,6 @@ #!/bin/bash set -e -PNGCRUSH_VERSION=1.8.8 +PNGCRUSH_VERSION=1.8.10 cd /tmp wget https://sourceforge.net/projects/pmt/files/pngcrush/$PNGCRUSH_VERSION/pngcrush-$PNGCRUSH_VERSION.tar.gz/download -O pngcrush-$PNGCRUSH_VERSION.tar.gz tar zxf pngcrush-$PNGCRUSH_VERSION.tar.gz -- 2.25.1