perl/perl-CPANPLUS-Dist-Slackware: Updated for version 1.027.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andreas Voegele 2018-03-30 23:35:53 +07:00 committed by Willy Sudiarto Raharjo
parent ddfd985035
commit 22be0e9458
2 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for perl-CPANPLUS-Dist-Slackware
# Copyright 2012-2017 Andreas Voegele <andreas@andreasvoegele.com>
# Copyright 2012-2018 Andreas Voegele <andreas@andreasvoegele.com>
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
@ -17,7 +17,7 @@
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
PRGNAM=perl-CPANPLUS-Dist-Slackware
VERSION=${VERSION:-1.025}
VERSION=${VERSION:-1.027}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -82,7 +82,7 @@ find $PKG -depth -type d -empty -delete || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
Changes README \
Changes README.md \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View File

@ -1,8 +1,8 @@
PRGNAM="perl-CPANPLUS-Dist-Slackware"
VERSION="1.025"
VERSION="1.027"
HOMEPAGE="https://metacpan.org/pod/CPANPLUS::Dist::Slackware"
DOWNLOAD="https://cpan.metacpan.org/authors/id/V/VO/VOEGELAS/CPANPLUS-Dist-Slackware-1.025.tar.gz"
MD5SUM="394ca6c6a5a8b8600a1f5481cfedba9e"
DOWNLOAD="https://cpan.metacpan.org/authors/id/V/VO/VOEGELAS/CPANPLUS-Dist-Slackware-1.027.tar.gz"
MD5SUM="9b97f0202575db88f64e1162370ae380"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="fakeroot perl-CPANPLUS perl-CPANPLUS-Dist-Build perl-Module-Pluggable"