summaryrefslogtreecommitdiffstats
path: root/perl/perl-Math-BigInt-GMP
diff options
context:
space:
mode:
author Edinaldo P. Silva <edps.mundognu@gmail.com>2018-04-18 22:23:23 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-04-21 07:43:01 +0700
commit3a29d0ec5208d1f832c59a0331db851aec99aabc (patch)
tree7bd3c0192af3b23d641ba2a59d7940889d69c252 /perl/perl-Math-BigInt-GMP
parentffa5cd1c04838b79e9a6ef40d755fe137ad5e6f6 (diff)
downloadslackbuilds-3a29d0ec5208d1f832c59a0331db851aec99aabc.tar.gz
slackbuilds-3a29d0ec5208d1f832c59a0331db851aec99aabc.tar.xz
perl/perl-Math-BigInt-GMP: Updated for version 1.6005.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl/perl-Math-BigInt-GMP')
-rw-r--r--perl/perl-Math-BigInt-GMP/perl-Math-BigInt-GMP.SlackBuild6
-rw-r--r--perl/perl-Math-BigInt-GMP/perl-Math-BigInt-GMP.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/perl/perl-Math-BigInt-GMP/perl-Math-BigInt-GMP.SlackBuild b/perl/perl-Math-BigInt-GMP/perl-Math-BigInt-GMP.SlackBuild
index 0d3e5e01df..028303cbc8 100644
--- a/perl/perl-Math-BigInt-GMP/perl-Math-BigInt-GMP.SlackBuild
+++ b/perl/perl-Math-BigInt-GMP/perl-Math-BigInt-GMP.SlackBuild
@@ -2,7 +2,7 @@
#
# Slackware build script for perl-Math-BigInt-GMP.
#
-# Copyright 2016-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil.
+# Copyright 2016-2018 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-BigInt-GMP
-VERSION=${VERSION:-1.6004}
+VERSION=${VERSION:-1.6005}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -89,7 +89,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-BigInt-GMP/perl-Math-BigInt-GMP.info b/perl/perl-Math-BigInt-GMP/perl-Math-BigInt-GMP.info
index a8dc616f4e..764d454b17 100644
--- a/perl/perl-Math-BigInt-GMP/perl-Math-BigInt-GMP.info
+++ b/perl/perl-Math-BigInt-GMP/perl-Math-BigInt-GMP.info
@@ -1,8 +1,8 @@
PRGNAM="perl-Math-BigInt-GMP"
-VERSION="1.6004"
+VERSION="1.6005"
HOMEPAGE="https://metacpan.org/pod/Math::BigInt::GMP"
-DOWNLOAD="https://cpan.metacpan.org/authors/id/P/PJ/PJACKLAM/Math-BigInt-GMP-1.6004.tar.gz"
-MD5SUM="08a859a57c7512b1c92e57d717893154"
+DOWNLOAD="https://cpan.metacpan.org/authors/id/P/PJ/PJACKLAM/Math-BigInt-GMP-1.6005.tar.gz"
+MD5SUM="742793598b074cb4fcec26a45d5cb381"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-Math-MPC"