mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
perl/perl-Test-DistManifest: Updated for version 1.014.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a13de6e92b
commit
85f04b2017
2 changed files with 6 additions and 6 deletions
|
@ -1,11 +1,11 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for <appname>
|
||||
# Slackware build script for perl-Test-DistManifest
|
||||
|
||||
# Written by (your name) (your contact information)
|
||||
# Written by LEVAI Daniel <leva@ecentrum.hu>
|
||||
|
||||
PRGNAM=perl-Test-DistManifest
|
||||
VERSION=${VERSION:-1.012}
|
||||
VERSION=${VERSION:-1.014}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="perl-Test-DistManifest"
|
||||
VERSION="1.012"
|
||||
VERSION="1.014"
|
||||
HOMEPAGE="https://metacpan.org/pod/Test::DistManifest"
|
||||
DOWNLOAD="http://www.cpan.org/authors/id/E/ET/ETHER/Test-DistManifest-1.012.tar.gz"
|
||||
MD5SUM="6beebac10308f7164c78eca13fd8d1b8"
|
||||
DOWNLOAD="http://www.cpan.org/authors/id/E/ET/ETHER/Test-DistManifest-1.014.tar.gz"
|
||||
MD5SUM="382821c709810489daefc5a3a15241c7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="perl-Test-NoWarnings perl-Module-Manifest"
|
||||
|
|
Loading…
Reference in a new issue