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/perl-ExtUtils-InstallPaths/perl-ExtUtils-InstallPaths.SlackBuild | |
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/perl-ExtUtils-InstallPaths/perl-ExtUtils-InstallPaths.SlackBuild')
-rw-r--r-- | perl/perl-ExtUtils-InstallPaths/perl-ExtUtils-InstallPaths.SlackBuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/perl/perl-ExtUtils-InstallPaths/perl-ExtUtils-InstallPaths.SlackBuild b/perl/perl-ExtUtils-InstallPaths/perl-ExtUtils-InstallPaths.SlackBuild index ec5ab5a341..e25be3abc9 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 |