mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
perl/perl-Module-Build: Updated for version 0.4234.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e5cc5bbbb7
commit
5de6f2e7a4
3 changed files with 6 additions and 5 deletions
|
@ -8,4 +8,5 @@ It is meant to be an alternative to ExtUtils::MakeMaker.
|
|||
Optional dependencies:
|
||||
|
||||
perl-inc-latest (experimental, see README)
|
||||
perl-PAR-Dist
|
||||
perl-Archive-Zip
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=perl-Module-Build
|
||||
VERSION=${VERSION:-0.4232}
|
||||
VERSION=${VERSION:-0.4234}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="perl-Module-Build"
|
||||
VERSION="0.4232"
|
||||
VERSION="0.4234"
|
||||
HOMEPAGE="https://metacpan.org/pod/Module::Build"
|
||||
DOWNLOAD="https://cpan.metacpan.org/authors/id/L/LE/LEONT/Module-Build-0.4232.tar.gz"
|
||||
MD5SUM="144885f1cbaf9420017bbed696ec6b83"
|
||||
DOWNLOAD="https://cpan.metacpan.org/authors/id/L/LE/LEONT/Module-Build-0.4234.tar.gz"
|
||||
MD5SUM="0032d0c0bc36a3b68ef41c947829d5e3"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="perl-PAR-Dist"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Edinaldo P. Silva"
|
||||
EMAIL="edps.mundognu@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue