perl/perl-Email-Date-Format: Updated for version 1.005.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Glenn Becker 2015-08-03 08:28:35 +07:00 committed by Willy Sudiarto Raharjo
parent 33713918ee
commit 3990776399
2 changed files with 8 additions and 6 deletions

View file

@ -4,6 +4,8 @@
# Copyright 2010 V'yacheslav Stetskevych <slava18@gmail.com> # Copyright 2010 V'yacheslav Stetskevych <slava18@gmail.com>
# All rights reserved. # All rights reserved.
# #
# Adopted 2015 Glenn Becker <glenn.becker@gmail.com>
#
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is
# permitted provided that the following conditions are met: # permitted provided that the following conditions are met:
# #
@ -23,7 +25,7 @@
SRCNAM=Email-Date-Format SRCNAM=Email-Date-Format
PRGNAM=perl-$SRCNAM PRGNAM=perl-$SRCNAM
VERSION=${VERSION:-1.004} VERSION=${VERSION:-1.005}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}

View file

@ -1,10 +1,10 @@
PRGNAM="perl-Email-Date-Format" PRGNAM="perl-Email-Date-Format"
VERSION="1.004" VERSION="1.005"
HOMEPAGE="https://metacpan.org/pod/Email::Date::Format" HOMEPAGE="https://metacpan.org/pod/Email::Date::Format"
DOWNLOAD="http://www.cpan.org/authors/id/R/RJ/RJBS/Email-Date-Format-1.004.tar.gz" DOWNLOAD="https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Email-Date-Format-1.005.tar.gz"
MD5SUM="c6b651d56996cd37f6e0251c5c3672ec" MD5SUM="030dcee3bc1a44674900b0132925bd03"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="perl-Capture-Tiny" REQUIRES="perl-Capture-Tiny"
MAINTAINER="V'yacheslav Stetskevych" MAINTAINER="Glenn Becker"
EMAIL="slava18@gmail.com" EMAIL="glenn.becker@gmail.com"