perl/perl-Math-Prime-Util-GMP: Updated for version 0.52.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
094e67b850
commit
b656267cf6
|
@ -1,4 +1,4 @@
|
|||
perl-Math-Prime-Util-GMP (module for number theory in Perl using GMP)
|
||||
perl::Math::Prime::Util::GMP (module for number theory in Perl using GMP)
|
||||
|
||||
Math::Prime::Util::GMP - Utilities related to prime numbers and
|
||||
factoring, using GMP.
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=perl-Math-Prime-Util-GMP
|
||||
VERSION=${VERSION:-0.51}
|
||||
VERSION=${VERSION:-0.52}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="perl-Math-Prime-Util-GMP"
|
||||
VERSION="0.51"
|
||||
VERSION="0.52"
|
||||
HOMEPAGE="https://metacpan.org/pod/Math::Prime::Util::GMP"
|
||||
DOWNLOAD="https://cpan.metacpan.org/authors/id/D/DA/DANAJ/Math-Prime-Util-GMP-0.51.tar.gz"
|
||||
MD5SUM="a29111ed57fd1f4c0bfbd4a36cbb2500"
|
||||
DOWNLOAD="https://cpan.metacpan.org/authors/id/D/DA/DANAJ/Math-Prime-Util-GMP-0.52.tar.gz"
|
||||
MD5SUM="a5a98d7a5533167ee87c66ce44b33fa7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue