diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2024-09-04 07:47:30 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-09-04 09:03:26 +0700 |
commit | 49cec5f1a523218c72b862b8ee2298ca99e2d5be (patch) | |
tree | 6921a2ff0e816fc029dd222e0fda8a36a042d201 /perl | |
parent | 846d36b0ca37e06bbc21f4e6f84d4a04f02f72ac (diff) |
perl/perl-PAR-Dist: Updated for version 0.53.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl')
-rw-r--r-- | perl/perl-PAR-Dist/perl-PAR-Dist.SlackBuild | 12 | ||||
-rw-r--r-- | perl/perl-PAR-Dist/perl-PAR-Dist.info | 6 |
2 files changed, 6 insertions, 12 deletions
diff --git a/perl/perl-PAR-Dist/perl-PAR-Dist.SlackBuild b/perl/perl-PAR-Dist/perl-PAR-Dist.SlackBuild index 9015703b561d..a92749c2cf52 100644 --- a/perl/perl-PAR-Dist/perl-PAR-Dist.SlackBuild +++ b/perl/perl-PAR-Dist/perl-PAR-Dist.SlackBuild @@ -2,7 +2,7 @@ # # Slackware build script for perl-PAR-Dist. -# Copyright 2015-2023 Edinaldo P. Silva, Rio de Janeiro, Brazil. +# Copyright 2015-2024 Edinaldo P. Silva, Rio de Janeiro, Brazil. # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,20 +25,14 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=perl-PAR-Dist -VERSION=${VERSION:-0.52} +VERSION=${VERSION:-0.53} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} SRCNAM="$(printf $PRGNAM | cut -d- -f2-)" -if [ -z "$ARCH" ]; then - case "$( uname -m )" in - i?86) ARCH=i586 ;; - arm*) ARCH=arm ;; - *) ARCH=$( uname -m ) ;; - esac -fi +ARCH=noarch # 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 diff --git a/perl/perl-PAR-Dist/perl-PAR-Dist.info b/perl/perl-PAR-Dist/perl-PAR-Dist.info index 354f52b2f921..ebbfccba1309 100644 --- a/perl/perl-PAR-Dist/perl-PAR-Dist.info +++ b/perl/perl-PAR-Dist/perl-PAR-Dist.info @@ -1,8 +1,8 @@ PRGNAM="perl-PAR-Dist" -VERSION="0.52" +VERSION="0.53" HOMEPAGE="https://metacpan.org/pod/PAR::Dist" -DOWNLOAD="https://cpan.metacpan.org/authors/id/R/RS/RSCHUPP/PAR-Dist-0.52.tar.gz" -MD5SUM="d7b74fd9efd82d693236c05bfc539e60" +DOWNLOAD="https://cpan.metacpan.org/authors/id/R/RS/RSCHUPP/PAR-Dist-0.53.tar.gz" +MD5SUM="8e4ebf698d1bb329540ce40ccc7ca8ac" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |