perl/perl-PAR: Updated for version 1.018.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
41cba7cb8e
commit
a3910ab077
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
# Slackware build script for perl-PAR.
|
# 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.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -25,7 +25,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=perl-PAR
|
PRGNAM=perl-PAR
|
||||||
VERSION=${VERSION:-1.017}
|
VERSION=${VERSION:-1.018}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="perl-PAR"
|
PRGNAM="perl-PAR"
|
||||||
VERSION="1.017"
|
VERSION="1.018"
|
||||||
HOMEPAGE="https://metacpan.org/pod/PAR"
|
HOMEPAGE="https://metacpan.org/pod/PAR"
|
||||||
DOWNLOAD="https://cpan.metacpan.org/authors/id/R/RS/RSCHUPP/PAR-1.017.tar.gz"
|
DOWNLOAD="https://cpan.metacpan.org/authors/id/R/RS/RSCHUPP/PAR-1.018.tar.gz"
|
||||||
MD5SUM="a8f06d64d14354f0cf6fbfa06179ed17"
|
MD5SUM="4e034dfc0f35cc77a0515578b42a4df5"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="perl-PAR-Dist perl-Archive-Zip"
|
REQUIRES="perl-PAR-Dist perl-Archive-Zip"
|
||||||
|
|
Loading…
Reference in New Issue