Install pngcrush 1.7.87 instead of 1.7.85
authorSébastien Santoro <dereckson@espace-win.org>
Wed, 18 Nov 2015 22:38:54 +0000 (23:38 +0100)
committerSébastien Santoro <dereckson@espace-win.org>
Wed, 18 Nov 2015 22:38:54 +0000 (23:38 +0100)
pngcrush 1.7.85 isn't downloadable anymore

According to http://sourceforge.net/projects/pmt/files/pngcrush/
only two versions are directly available: the released 1.7.87 and up-to-come 1.7.88.

**Upstream changelog**

pngcrush-1.7.87 fixes a double-free bug in the sPLT chunk handling

image/base/install-pngcrush

index b6fa3e30a1319c42e76b92939aa3e5fe5895db6a..bcff47bbbb646ec27a25b39f01b1a5473df05227 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/bash
-PNGCRUSH_VERSION=1.7.85
+PNGCRUSH_VERSION=1.7.87
 cd /tmp
 curl -O http://iweb.dl.sourceforge.net/project/pmt/pngcrush/$PNGCRUSH_VERSION/pngcrush-$PNGCRUSH_VERSION.tar.gz
 tar zxf pngcrush-$PNGCRUSH_VERSION.tar.gz