mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
graphics/pngcrush: Updated for version 1.8.4.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
9bc7c0364a
commit
a678911942
2 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue