perl/perl-Text-Glob: Updated for version 0.10.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Petar Petrov 2016-11-26 23:10:55 +00:00 committed by Willy Sudiarto Raharjo
parent 475411e46f
commit a356bf0af4
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 7 additions and 7 deletions

View File

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=perl-Text-Glob
VERSION=${VERSION:-0.09}
VERSION=${VERSION:-0.10}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -31,7 +31,7 @@ SRCNAM="$(printf $PRGNAM | cut -d- -f2-)"
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -42,8 +42,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"

View File

@ -1,8 +1,8 @@
PRGNAM="perl-Text-Glob"
VERSION="0.09"
VERSION="0.10"
HOMEPAGE="https://metacpan.org/pod/Text::Glob"
DOWNLOAD="http://www.cpan.org/authors/id/R/RC/RCLAMP/Text-Glob-0.09.tar.gz"
MD5SUM="1daa10e087f891c49b720a5c551a024b"
DOWNLOAD="http://www.cpan.org/authors/id/R/RC/RCLAMP/Text-Glob-0.10.tar.gz"
MD5SUM="41983522000416c73bba115b36effe33"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""