mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
perl/perl-Math-MPC: Updated for version 1.09.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ae22680669
commit
508c9e408d
3 changed files with 7 additions and 6 deletions
|
@ -4,5 +4,6 @@ perl-Math-MPC is a multiple precision complex number module utilising
|
|||
the MPC library. Basically, this module simply wraps the 'mpc'
|
||||
complex number functions provided by that library.
|
||||
|
||||
For tests only, optional deps: perl-Math-Complex_C, perl-Math-Complex_C-L,
|
||||
perl-Math-Complex_C-Q, perl-Math-GMPf, perl-Test-Pod.
|
||||
For tests only, optional deps: perl-Math-Complex_C,
|
||||
perl-Math-Complex_C-L, perl-Math-Complex_C-Q, perl-Math-GMPf,
|
||||
perl-Test-Pod.
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=perl-Math-MPC
|
||||
VERSION=${VERSION:-1.08}
|
||||
VERSION=${VERSION:-1.09}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="perl-Math-MPC"
|
||||
VERSION="1.08"
|
||||
VERSION="1.09"
|
||||
HOMEPAGE="https://metacpan.org/pod/Math::MPC"
|
||||
DOWNLOAD="https://cpan.metacpan.org/authors/id/S/SI/SISYPHUS/Math-MPC-1.08.tar.gz"
|
||||
MD5SUM="96d73685c1ce9f7c7774b3bed2ebe4f5"
|
||||
DOWNLOAD="https://cpan.metacpan.org/authors/id/S/SI/SISYPHUS/Math-MPC-1.09.tar.gz"
|
||||
MD5SUM="f65e713a5ad16f44e5b621c26fd68419"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="perl-Math-MPFR"
|
||||
|
|
Loading…
Reference in a new issue