diff options
author | Kevin Bryant <sultmhoor+SB@gmail.com> | 2024-02-04 17:43:27 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-10 16:17:18 +0700 |
commit | e0f71f708fba0fd1c5d48ef564e6dde8f246a6b1 (patch) | |
tree | 54d244d5ad8a871416fb5d9d8869639d0ffc3f28 /perl | |
parent | 8ba5908ba4b9a947057cdc7c1465843b3f34ea4e (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')
-rw-r--r-- | perl/perl-Mojolicious/perl-Mojolicious.SlackBuild | 7 | ||||
-rw-r--r-- | perl/perl-Mojolicious/perl-Mojolicious.info | 6 |
2 files changed, 5 insertions, 8 deletions
diff --git a/perl/perl-Mojolicious/perl-Mojolicious.SlackBuild b/perl/perl-Mojolicious/perl-Mojolicious.SlackBuild index 6e89580bff56..dcef0c7cd418 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 diff --git a/perl/perl-Mojolicious/perl-Mojolicious.info b/perl/perl-Mojolicious/perl-Mojolicious.info index e59714ab8b2b..1b6f93e00a9c 100644 --- a/perl/perl-Mojolicious/perl-Mojolicious.info +++ b/perl/perl-Mojolicious/perl-Mojolicious.info @@ -1,8 +1,8 @@ PRGNAM="perl-Mojolicious" -VERSION="9.34" +VERSION="9.35" HOMEPAGE="https://mojolicious.org/" -DOWNLOAD="https://cpan.metacpan.org/authors/id/S/SR/SRI/Mojolicious-9.34.tar.gz" -MD5SUM="530e682c101eda6caa0b65438a0b704d" +DOWNLOAD="https://cpan.metacpan.org/authors/id/S/SR/SRI/Mojolicious-9.35.tar.gz" +MD5SUM="8fba4deae54681d560c275c28803b48c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |