diff options
author | Nishant Limbachia <nishant@mnspace.net> | 2015-08-28 00:36:44 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-08-28 00:36:44 +0700 |
commit | 48043e3a43c1dcac011d406b4a0312f9401c98b3 (patch) | |
tree | 85c65d96dfb777531fb7b92fcc0840316c424374 | |
parent | a6af6bf9da39d46c9ca831ff6b03266588bd00f9 (diff) | |
download | slackbuilds-48043e3a43c1dcac011d406b4a0312f9401c98b3.tar.gz |
perl/perl-Date-Calc: Updated for version 6.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | perl/perl-Date-Calc/perl-Date-Calc.SlackBuild | 9 | ||||
-rw-r--r-- | perl/perl-Date-Calc/perl-Date-Calc.info | 8 |
2 files changed, 9 insertions, 8 deletions
diff --git a/perl/perl-Date-Calc/perl-Date-Calc.SlackBuild b/perl/perl-Date-Calc/perl-Date-Calc.SlackBuild index 2717159dd6..6410d4bce2 100644 --- a/perl/perl-Date-Calc/perl-Date-Calc.SlackBuild +++ b/perl/perl-Date-Calc/perl-Date-Calc.SlackBuild @@ -3,7 +3,8 @@ # Slackware Package Build Script for perl modules: Date::Calc # Home Page http://search.cpan.org/dist/Date-Calc/ -# Copyright (c) 2008-2010, Nishant Limbachia, Hoffman Estates, IL, USA (nishant@mnspace.net) +# Copyright (c) 2008-2015, Nishant Limbachia, Hoffman Estates, IL, USA +# (nishant _AT_ mnspace _DOT_ net) # All rights reserved. # Redistribution and use of this script, with or without modification, is @@ -24,9 +25,9 @@ # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -SRCNAM=Date-Calc -PRGNAM=perl-Date-Calc -VERSION=6.3 +SRCNAM="Date-Calc" +PRGNAM="perl-Date-Calc" +VERSION=${VERSION:-6.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/perl/perl-Date-Calc/perl-Date-Calc.info b/perl/perl-Date-Calc/perl-Date-Calc.info index 2ffaab32bb..e3bce647fe 100644 --- a/perl/perl-Date-Calc/perl-Date-Calc.info +++ b/perl/perl-Date-Calc/perl-Date-Calc.info @@ -1,8 +1,8 @@ PRGNAM="perl-Date-Calc" -VERSION="6.3" -HOMEPAGE="https://metacpan.org/pod/Date::Calc" -DOWNLOAD="http://www.cpan.org/authors/id/S/ST/STBEY/Date-Calc-6.3.tar.gz" -MD5SUM="9b64555b7051c1beb6b61daead2d01b3" +VERSION="6.4" +HOMEPAGE="http://search.cpan.org/dist/Date-Calc/" +DOWNLOAD="http://search.cpan.org/CPAN/authors/id/S/ST/STBEY/Date-Calc-6.4.tar.gz" +MD5SUM="69c635070d38c884682bfd4657031a8d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="perl-Bit-Vector" |