perl/perl-strictures: Updated for version 2.000006.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2019-03-16 00:31:38 +07:00
parent 8066099282
commit 8df620a496
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 8 additions and 8 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for perl-strictures
# Copyright 2013-2016 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# Copyright 2013-2019 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=perl-strictures
VERSION=${VERSION:-2.000005}
VERSION=${VERSION:-2.000006}
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-strictures"
VERSION="2.000005"
VERSION="2.000006"
HOMEPAGE="https://metacpan.org/pod/strictures"
DOWNLOAD="https://cpan.metacpan.org/authors/id/E/ET/ETHER/strictures-2.000005.tar.gz"
MD5SUM="30e19bf51cf27df447ac7f2702750f02"
DOWNLOAD="https://cpan.metacpan.org/authors/id/H/HA/HAARG/strictures-2.000006.tar.gz"
MD5SUM="35c14fd25320f32ff40e977feae95d0d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""