perl/perl-Math-BigInt-GMP: Updated for version 1.6005.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Edinaldo P. Silva 2018-04-18 22:23:23 +01:00 committed by Willy Sudiarto Raharjo
parent ffa5cd1c04
commit 3a29d0ec52
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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"