mpc: update to 0.8.2.
This commit is contained in:
parent
0432cc3785
commit
499ea17232
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
# Template build file for 'mpc'
|
||||
pkgname=mpc
|
||||
version=0.8.1
|
||||
distfiles="http://gcc-uk.internet.bs/infrastructure/mpc-$version.tar.gz"
|
||||
version=0.8.2
|
||||
distfiles="http://www.multiprecision.org/mpc/download/mpc-${version}.tar.gz"
|
||||
build_style=gnu_configure
|
||||
short_desc="C library for the arithmetic of complex numbers"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=e664603757251fd8a352848276497a4c79b7f8b21fd8aedd5cc0598a38fee3e4
|
||||
checksum=ae79f8d41d8a86456b68607e9ca398d00f8b7342d1d83bcf4428178ac45380c7
|
||||
long_desc="
|
||||
Mpc is a C library for the arithmetic of complex numbers with arbitrarily
|
||||
high precision and correct rounding of the result. It is built upon and
|
||||
|
|
Loading…
Reference in a new issue