diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2017-10-28 21:36:32 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-11-01 07:33:59 +0700 |
commit | fab6c653b2dee8c2373596badec899b04f776532 (patch) | |
tree | aa2fa8c9d98bf178dcb465e11b67361fbba51975 /perl/perl-Math-LongDouble | |
parent | d825c365cb7d5a7402e0c18072f668d2fc313352 (diff) | |
download | slackbuilds-fab6c653b2dee8c2373596badec899b04f776532.tar.gz |
perl/perl-Math-LongDouble: Updated for version 0.19.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl/perl-Math-LongDouble')
-rw-r--r-- | perl/perl-Math-LongDouble/perl-Math-LongDouble.SlackBuild | 10 | ||||
-rw-r--r-- | perl/perl-Math-LongDouble/perl-Math-LongDouble.info | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/perl/perl-Math-LongDouble/perl-Math-LongDouble.SlackBuild b/perl/perl-Math-LongDouble/perl-Math-LongDouble.SlackBuild index 66ea9d23e3..39a65c362b 100644 --- a/perl/perl-Math-LongDouble/perl-Math-LongDouble.SlackBuild +++ b/perl/perl-Math-LongDouble/perl-Math-LongDouble.SlackBuild @@ -1,8 +1,8 @@ #!/bin/sh - +# # Slackware build script for perl-Math-LongDouble. - -# Copyright 2016 Edinaldo P. Silva, Rio de Janeiro, Brazil. +# +# Copyright 2016-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil. # 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-Math-LongDouble -VERSION=${VERSION:-0.18} +VERSION=${VERSION:-0.19} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -90,7 +90,7 @@ find $PKG -name perllocal.pod -o -name ".packlist" -o -name "*.bs" | xargs rm -f find $PKG -depth -type d -empty -delete || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a Changes README $PKG/usr/doc/$PRGNAM-$VERSION +cp Changes README $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/perl/perl-Math-LongDouble/perl-Math-LongDouble.info b/perl/perl-Math-LongDouble/perl-Math-LongDouble.info index 0e829c848c..de2e6d39ed 100644 --- a/perl/perl-Math-LongDouble/perl-Math-LongDouble.info +++ b/perl/perl-Math-LongDouble/perl-Math-LongDouble.info @@ -1,8 +1,8 @@ PRGNAM="perl-Math-LongDouble" -VERSION="0.18" +VERSION="0.19" HOMEPAGE="https://metacpan.org/pod/Math::LongDouble" -DOWNLOAD="https://cpan.metacpan.org/authors/id/S/SI/SISYPHUS/Math-LongDouble-0.18.tar.gz" -MD5SUM="d39d3b2a59219bce00b501ddbab2594b" +DOWNLOAD="https://cpan.metacpan.org/authors/id/S/SI/SISYPHUS/Math-LongDouble-0.19.tar.gz" +MD5SUM="e4027f8ea6d434baaed84e441bd4c3e0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |