perl/perl-CPAN-Meta-Check: Updated for version 0.017.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2023-01-06 23:14:40 +07:00
parent 60540aa32f
commit b9d3be0720
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 5 additions and 8 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for perl-CPAN-Meta-Check
# Copyright 2017 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# Copyright 2017-2023 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=perl-CPAN-Meta-Check
VERSION=${VERSION:-0.014}
VERSION=${VERSION:-0.017}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -40,9 +40,6 @@ if [ -z "$ARCH" ]; then
esac
fi
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0

View file

@ -1,8 +1,8 @@
PRGNAM="perl-CPAN-Meta-Check"
VERSION="0.014"
VERSION="0.017"
HOMEPAGE="https://metacpan.org/release/CPAN-Meta-Check"
DOWNLOAD="https://cpan.metacpan.org/authors/id/L/LE/LEONT/CPAN-Meta-Check-0.014.tar.gz"
MD5SUM="ccd4448a7b08e1e3ef6f475030b282c9"
DOWNLOAD="https://cpan.metacpan.org/authors/id/L/LE/LEONT/CPAN-Meta-Check-0.017.tar.gz"
MD5SUM="e0117bc582058abed184f6d9b23c445e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-Test-Deep"