mpfr: update to 4.0.1.
Closes #14460. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
216e17450b
commit
f76d4b1495
|
@ -1,18 +1,17 @@
|
|||
# Template build file for 'mpfr'
|
||||
pkgname=mpfr
|
||||
version=4.0.0
|
||||
revision=2
|
||||
version=4.0.1
|
||||
revision=1
|
||||
bootstrap=yes
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-thread-safe"
|
||||
makedepends="gmp-devel"
|
||||
short_desc="Library for multiple-precision floating-point computations"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="LGPL-3"
|
||||
license="LGPL-3.0-or-later"
|
||||
homepage="http://www.mpfr.org"
|
||||
distfiles="http://www.mpfr.org/mpfr-${version}/mpfr-${version}.tar.xz"
|
||||
checksum=fbe2cd1418b321f5c899ce4f0f0f4e73f5ecc7d02145b0e1fd096f5c3afb8a1d
|
||||
|
||||
checksum=67874a60826303ee2fb6affc6dc0ddd3e749e9bfcb4c8655e3953d0458a6e16e
|
||||
|
||||
mpfr-devel_package() {
|
||||
depends="${makedepends} mpfr>=${version}_${revision}"
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
site="http://www.mpfr.org/mpfr-current/"
|
Loading…
Reference in New Issue