aboutsummaryrefslogtreecommitdiff
path: root/perl/perl-Mojolicious/perl-Mojolicious.SlackBuild
diff options
context:
space:
mode:
authorKevin Bryant <sultmhoor+SB@gmail.com>2024-02-04 17:43:27 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-02-10 16:17:18 +0700
commite0f71f708fba0fd1c5d48ef564e6dde8f246a6b1 (patch)
tree54d244d5ad8a871416fb5d9d8869639d0ffc3f28 /perl/perl-Mojolicious/perl-Mojolicious.SlackBuild
parent8ba5908ba4b9a947057cdc7c1465843b3f34ea4e (diff)
perl/perl-Mojolicious: Updated for version 9.35.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-Mojolicious/perl-Mojolicious.SlackBuild')
-rw-r--r--perl/perl-Mojolicious/perl-Mojolicious.SlackBuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/perl/perl-Mojolicious/perl-Mojolicious.SlackBuild b/perl/perl-Mojolicious/perl-Mojolicious.SlackBuild
index 6e89580bff56b..dcef0c7cd4187 100644
--- a/perl/perl-Mojolicious/perl-Mojolicious.SlackBuild
+++ b/perl/perl-Mojolicious/perl-Mojolicious.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for perl-Mojolicious
# Copyright 2017-2019 Andreas Guldstrand.
-# Copyright 2023 Kevin Bryant
+# Copyright 2023-2024 Kevin Bryant
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=perl-Mojolicious
-VERSION=${VERSION:-9.34}
+VERSION=${VERSION:-9.35}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -37,9 +37,6 @@ if [ -z "$ARCH" ]; then
ARCH="noarch"
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