perl/perl-PAR: Updated for version 1.020.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Edinaldo P. Silva 2024-03-30 08:58:13 +09:00 committed by Willy Sudiarto Raharjo
parent 38cf77e2a0
commit a7035d1033
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 11 deletions

View File

@ -25,20 +25,14 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=perl-PAR
VERSION=${VERSION:-1.019}
VERSION=${VERSION:-1.020}
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

View File

@ -1,8 +1,8 @@
PRGNAM="perl-PAR"
VERSION="1.019"
VERSION="1.020"
HOMEPAGE="https://metacpan.org/pod/PAR"
DOWNLOAD="https://cpan.metacpan.org/authors/id/R/RS/RSCHUPP/PAR-1.019.tar.gz"
MD5SUM="8b567fe68dac82bffa87ab1391c8779a"
DOWNLOAD="https://cpan.metacpan.org/authors/id/R/RS/RSCHUPP/PAR-1.020.tar.gz"
MD5SUM="62a8d843d726ee046a59bf01961d46f7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-PAR-Dist perl-Archive-Zip"