perl/perl-Test-Simple: Updated for version 1.302067.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
LEVAI Daniel 2016-12-05 08:54:42 +00:00 committed by David Spencer
parent 570446370d
commit 67672a8437
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
#!/bin/sh
# Copyright (c) 2014 LEVAI Daniel
# Copyright (c) 2014-2016 LEVAI Daniel
# All rights reserved.
#
# * Redistribution and use in source and binary forms, with or without
@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=perl-Test-Simple
VERSION=${VERSION:-1.302062}
VERSION=${VERSION:-1.302067}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="perl-Test-Simple"
VERSION="1.302062"
VERSION="1.302067"
HOMEPAGE="https://metacpan.org/pod/Test::Simple"
DOWNLOAD="https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Simple-1.302062.tar.gz"
MD5SUM="d869f6754eccc38484da7e21e9c7bbcc"
DOWNLOAD="https://cpan.metacpan.org/authors/id/E/EX/EXODIST/Test-Simple-1.302067.tar.gz"
MD5SUM="e20a902e3f26461607cf77da96717f95"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-Test-Harness"