perl/perl-Test-Harness: Updated for versino 3.44.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7406de4200
commit
ac50abcbce
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for perl-Test-Harness
|
||||
|
||||
# Copyright 2013-2018 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2013-2022 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# 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-Test-Harness
|
||||
VERSION=${VERSION:-3.42}
|
||||
VERSION=${VERSION:-3.44}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="perl-Test-Harness"
|
||||
VERSION="3.42"
|
||||
VERSION="3.44"
|
||||
HOMEPAGE="https://metacpan.org/pod/Test::Harness"
|
||||
DOWNLOAD="https://cpan.metacpan.org/authors/id/L/LE/LEONT/Test-Harness-3.42.tar.gz"
|
||||
MD5SUM="c794906473f88d6b74194e2d56f16bd6"
|
||||
DOWNLOAD="https://cpan.metacpan.org/authors/id/L/LE/LEONT/Test-Harness-3.44.tar.gz"
|
||||
MD5SUM="a3482cded62f68c710a9955c4afb3dcf"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue