diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-27 08:21:43 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-27 08:21:43 +0700 |
commit | 959507d7e654c38c934bfe5b31ab9b2c19023bc0 (patch) | |
tree | bf409cb537a46ddcc37aa4a19eda1e8fe94578c7 /perl | |
parent | 7aef2c5e76927bc5b7b178dd683b67b849e9b7df (diff) |
perl/perl-ExtUtils-InstallPaths: Updated for version 0.013.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl')
-rw-r--r-- | perl/perl-ExtUtils-InstallPaths/perl-ExtUtils-InstallPaths.SlackBuild | 7 | ||||
-rw-r--r-- | perl/perl-ExtUtils-InstallPaths/perl-ExtUtils-InstallPaths.info | 6 |
2 files changed, 5 insertions, 8 deletions
diff --git a/perl/perl-ExtUtils-InstallPaths/perl-ExtUtils-InstallPaths.SlackBuild b/perl/perl-ExtUtils-InstallPaths/perl-ExtUtils-InstallPaths.SlackBuild index ec5ab5a341643..e25be3abc976e 100644 --- a/perl/perl-ExtUtils-InstallPaths/perl-ExtUtils-InstallPaths.SlackBuild +++ b/perl/perl-ExtUtils-InstallPaths/perl-ExtUtils-InstallPaths.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for perl-ExtUtils-InstallPaths -# Copyright 2013-2018 Willy Sudiarto Raharjo <willysr@slackware-id.org> +# Copyright 2013-2024 Willy Sudiarto Raharjo <willysr@slackware-id.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-InstallPaths -VERSION=${VERSION:-0.012} +VERSION=${VERSION:-0.013} 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-InstallPaths/perl-ExtUtils-InstallPaths.info b/perl/perl-ExtUtils-InstallPaths/perl-ExtUtils-InstallPaths.info index e05a843b2b004..b4a252881b96c 100644 --- a/perl/perl-ExtUtils-InstallPaths/perl-ExtUtils-InstallPaths.info +++ b/perl/perl-ExtUtils-InstallPaths/perl-ExtUtils-InstallPaths.info @@ -1,8 +1,8 @@ PRGNAM="perl-ExtUtils-InstallPaths" -VERSION="0.012" +VERSION="0.013" HOMEPAGE="https://metacpan.org/pod/ExtUtils::InstallPaths" -DOWNLOAD="https://cpan.metacpan.org/authors/id/L/LE/LEONT/ExtUtils-InstallPaths-0.012.tar.gz" -MD5SUM="9a8d66aab1ffec98ea260faf03ac612b" +DOWNLOAD="https://cpan.metacpan.org/authors/id/L/LE/LEONT/ExtUtils-InstallPaths-0.013.tar.gz" +MD5SUM="84d9af4ab9c2d5211681122bcc6e67a3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="perl-ExtUtils-Config" |