perl/perl-Template-Toolkit: Updated for version 3.008.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Thomas Morper 2020-04-01 18:53:56 +07:00 committed by Willy Sudiarto Raharjo
parent 2437ac8730
commit d8138dc8bf
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 4 additions and 5 deletions

View file

@ -4,7 +4,7 @@
# Written by Thomas Morper <thomas@beingboiled.info>
PRGNAM=perl-Template-Toolkit
VERSION=${VERSION:-3.007}
VERSION=${VERSION:-3.008}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -60,7 +60,6 @@ perl Makefile.PL \
INSTALLVENDORMAN3DIR=/usr/man/man3
make
make test
make install DESTDIR=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \

View file

@ -1,8 +1,8 @@
PRGNAM="perl-Template-Toolkit"
VERSION="3.007"
VERSION="3.008"
HOMEPAGE="https://metacpan.org/release/Template-Toolkit"
DOWNLOAD="https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/Template-Toolkit-3.007.tar.gz"
MD5SUM="b318a48f18e137ad2d90ab6a26274a9a"
DOWNLOAD="https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/Template-Toolkit-3.008.tar.gz"
MD5SUM="c225fce951e0813e8d2ad08341115ed2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-AppConfig"