diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-06-21 22:03:14 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-06-21 22:03:14 +0700 |
commit | 5b43d9dddb96b075a4898d34cc919f5a92798120 (patch) | |
tree | aea5978f5e363f3de7115059a7d59956cefb8820 /perl/perl-ExtUtils-Helpers/perl-ExtUtils-Helpers.SlackBuild | |
parent | 3453f258741dfefec81df3ba8c3dfbea409b962f (diff) |
perl/perl-ExtUtils-Helpers: Updated for version 0.027.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-ExtUtils-Helpers/perl-ExtUtils-Helpers.SlackBuild')
-rw-r--r-- | perl/perl-ExtUtils-Helpers/perl-ExtUtils-Helpers.SlackBuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/perl/perl-ExtUtils-Helpers/perl-ExtUtils-Helpers.SlackBuild b/perl/perl-ExtUtils-Helpers/perl-ExtUtils-Helpers.SlackBuild index 0726c567fe..d6b1c7acab 100644 --- a/perl/perl-ExtUtils-Helpers/perl-ExtUtils-Helpers.SlackBuild +++ b/perl/perl-ExtUtils-Helpers/perl-ExtUtils-Helpers.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for perl-ExtUtils-Helpers -# Copyright 2013-2017 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-Helpers -VERSION=${VERSION:-0.026} +VERSION=${VERSION:-0.027} 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 |