diff options
author | Eugene M <damagedone@gmx.com> | 2016-08-23 21:52:10 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-28 00:22:59 +0100 |
commit | a678911942d6abc77e2b3925da046d5716c5cee0 (patch) | |
tree | 5489120db8a5d3d8951628a935b4c9e75a4cdda6 /graphics | |
parent | 9bc7c0364a228d709f1862cd6a14a50b6bdc6c55 (diff) | |
download | slackbuilds-a678911942d6abc77e2b3925da046d5716c5cee0.tar.gz |
graphics/pngcrush: Updated for version 1.8.4.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/pngcrush/pngcrush.SlackBuild | 8 | ||||
-rw-r--r-- | graphics/pngcrush/pngcrush.info | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/graphics/pngcrush/pngcrush.SlackBuild b/graphics/pngcrush/pngcrush.SlackBuild index f367be9ed6..01da66ffdc 100644 --- a/graphics/pngcrush/pngcrush.SlackBuild +++ b/graphics/pngcrush/pngcrush.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pngcrush -# Copyright 2012-2015 Leo Midha <netrixtardis at stealth3 dot com>, San Antonio, Texas. +# Copyright 2012-2015 Leo Midha, San Antonio, Texas. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,16 +22,16 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# Maintained by Eugene M., <damagedone at gmx dot com> +# Modified by Eugene M., <damagedone at gmx dot com> PRGNAM=pngcrush -VERSION=${VERSION:-1.7.88} +VERSION=${VERSION:-1.8.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac diff --git a/graphics/pngcrush/pngcrush.info b/graphics/pngcrush/pngcrush.info index 5599f1368f..2c332b75ee 100644 --- a/graphics/pngcrush/pngcrush.info +++ b/graphics/pngcrush/pngcrush.info @@ -1,8 +1,8 @@ PRGNAM="pngcrush" -VERSION="1.7.88" +VERSION="1.8.4" HOMEPAGE="http://pmt.sourceforge.net/pngcrush/" -DOWNLOAD="http://downloads.sourceforge.net/pmt/pngcrush-1.7.88.tar.xz" -MD5SUM="3146ad1e095a1c5a93e4fe7e4210e655" +DOWNLOAD="http://downloads.sourceforge.net/pmt/pngcrush-1.8.4.tar.xz" +MD5SUM="40a5a618cc83d589ee516d17061931ea" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |