perl/perl-PAR: Updated for version 1.018.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Edinaldo P. Silva 2022-11-12 06:33:10 +00:00 committed by Willy Sudiarto Raharjo
parent 41cba7cb8e
commit a3910ab077
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
#
# Slackware build script for perl-PAR.
#
# Copyright 2015-2021 Edinaldo P. Silva, Rio de Janeiro, Brazil.
# Copyright 2015-2022 Edinaldo P. Silva, Rio de Janeiro, Brazil.
# 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-PAR
VERSION=${VERSION:-1.017}
VERSION=${VERSION:-1.018}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,8 +1,8 @@
PRGNAM="perl-PAR"
VERSION="1.017"
VERSION="1.018"
HOMEPAGE="https://metacpan.org/pod/PAR"
DOWNLOAD="https://cpan.metacpan.org/authors/id/R/RS/RSCHUPP/PAR-1.017.tar.gz"
MD5SUM="a8f06d64d14354f0cf6fbfa06179ed17"
DOWNLOAD="https://cpan.metacpan.org/authors/id/R/RS/RSCHUPP/PAR-1.018.tar.gz"
MD5SUM="4e034dfc0f35cc77a0515578b42a4df5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-PAR-Dist perl-Archive-Zip"