diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-27 08:19:59 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-27 08:19:59 +0700 |
commit | 7aef2c5e76927bc5b7b178dd683b67b849e9b7df (patch) | |
tree | dc33897ce2a94c5262d5586a7af05b209189924c /perl | |
parent | 96227eebb556077b9be2c2ee8ee234103f460533 (diff) |
perl/perl-ExtUtils-Config: Updated for versoin 0.009.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl')
-rw-r--r-- | perl/perl-ExtUtils-Config/perl-ExtUtils-Config.SlackBuild | 7 | ||||
-rw-r--r-- | perl/perl-ExtUtils-Config/perl-ExtUtils-Config.info | 8 |
2 files changed, 6 insertions, 9 deletions
diff --git a/perl/perl-ExtUtils-Config/perl-ExtUtils-Config.SlackBuild b/perl/perl-ExtUtils-Config/perl-ExtUtils-Config.SlackBuild index 122fa97d397e3..09a461a300528 100644 --- a/perl/perl-ExtUtils-Config/perl-ExtUtils-Config.SlackBuild +++ b/perl/perl-ExtUtils-Config/perl-ExtUtils-Config.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for perl-ExtUtils-Config -# Copyright 2013-2014 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2013-2024 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-ExtUtils-Config -VERSION=${VERSION:-0.008} +VERSION=${VERSION:-0.009} 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 diff --git a/perl/perl-ExtUtils-Config/perl-ExtUtils-Config.info b/perl/perl-ExtUtils-Config/perl-ExtUtils-Config.info index a2a7f19e1f9ba..38746ea4c50d3 100644 --- a/perl/perl-ExtUtils-Config/perl-ExtUtils-Config.info +++ b/perl/perl-ExtUtils-Config/perl-ExtUtils-Config.info @@ -1,10 +1,10 @@ PRGNAM="perl-ExtUtils-Config" -VERSION="0.008" +VERSION="0.009" HOMEPAGE="https://metacpan.org/pod/ExtUtils::Config" -DOWNLOAD="http://cpan.metacpan.org/authors/id/L/LE/LEONT/ExtUtils-Config-0.008.tar.gz" -MD5SUM="565a7b09c7cac5907a25bbe2c959a717" +DOWNLOAD="http://cpan.metacpan.org/authors/id/L/LE/LEONT/ExtUtils-Config-0.009.tar.gz" +MD5SUM="4333113089815c2aa92573b151bb43cb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="" +REQUIRES="perl-Test-Harness" MAINTAINER="Willy Sudiarto Raharjo" EMAIL="willysr@slackbuilds.org" |