perl/perl-Moo: Updated for version 2.004000.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2020-04-14 00:35:02 +07:00
parent 5421f4a412
commit 600f50382b
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for perl-Moo
# Copyright 2013-2017 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# Copyright 2013-2020 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=perl-Moo
VERSION=${VERSION:-2.003006}
VERSION=${VERSION:-2.004000}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="perl-Moo"
VERSION="2.003006"
VERSION="2.004000"
HOMEPAGE="https://metacpan.org/pod/Moo"
DOWNLOAD="https://cpan.metacpan.org/authors/id/H/HA/HAARG/Moo-2.003006.tar.gz"
MD5SUM="53af7e7849492a8e3994ee379d12e348"
DOWNLOAD="https://cpan.metacpan.org/authors/id/H/HA/HAARG/Moo-2.004000.tar.gz"
MD5SUM="e542104553d616b15631b5c66ccee904"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-Role-Tiny perl-strictures perl-Dist-CheckConflicts perl-Class-Method-Modifiers perl-Devel-GlobalDestruction perl-Module-Runtime perl-Import-Into perl-Sub-Quote"