mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
perl/perl-Image-Info: Updated for version 1.32.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
d50f5a4ef3
commit
4c212966a1
2 changed files with 6 additions and 8 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware Package Build Script for perl modules: Image::Info
|
||||
# Home Page http://search.cpan.org/dist/Image-Info/
|
||||
|
||||
# Copyright (c) 2009-2010, Nishant Limbachia, Hoffman Estates, IL, USA
|
||||
# Copyright (c) 2009-2012, Nishant Limbachia, Hoffman Estates, IL, USA
|
||||
# (nishant _AT_ mnspace _DOT_ net)
|
||||
# All rights reserved.
|
||||
|
||||
|
@ -29,16 +29,14 @@
|
|||
|
||||
SRCNAM=Image-Info
|
||||
PRGNAM=perl-$SRCNAM
|
||||
VERSION=${VERSION:-1.31}
|
||||
VERSION=${VERSION:-1.32}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
# Automatically determine the architecture we're building on:
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="perl-Image-Info"
|
||||
VERSION="1.31"
|
||||
VERSION="1.32"
|
||||
HOMEPAGE="http://search.cpan.org/dist/Image-Info/"
|
||||
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/S/SR/SREZIC/Image-Info-1.31.tar.gz"
|
||||
MD5SUM="4c5fa82385643e5153aa76090be0bbf4"
|
||||
DOWNLOAD="http://search.cpan.org/CPAN/authors/id/S/SR/SREZIC/Image-Info-1.32.tar.gz"
|
||||
MD5SUM="0bd82641ce73b385030e0b3208669687"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Nishant Limbachia"
|
||||
EMAIL="nishant@mnspace.net"
|
||||
APPROVED="dsomero"
|
||||
APPROVED="Erik Hanson"
|
||||
|
|
Loading…
Reference in a new issue