perl/perl-ExtUtils-Config: Updated for version 0.010.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2024-08-17 17:58:37 +07:00
parent d12e6a6ca0
commit 465fa89125
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=perl-ExtUtils-Config
VERSION=${VERSION:-0.009}
VERSION=${VERSION:-0.010}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="perl-ExtUtils-Config"
VERSION="0.009"
VERSION="0.010"
HOMEPAGE="https://metacpan.org/pod/ExtUtils::Config"
DOWNLOAD="http://cpan.metacpan.org/authors/id/L/LE/LEONT/ExtUtils-Config-0.009.tar.gz"
MD5SUM="4333113089815c2aa92573b151bb43cb"
DOWNLOAD="http://cpan.metacpan.org/authors/id/L/LE/LEONT/ExtUtils-Config-0.010.tar.gz"
MD5SUM="f455b5743db7b73c80e88133effa3551"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-Test-Harness"