mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-31 09:03:13 +02:00
mpfr: update to 4.2.2, adopt.
This commit is contained in:
parent
b1e64f8a68
commit
b0630204cb
1 changed files with 3 additions and 3 deletions
|
@ -1,18 +1,18 @@
|
|||
# Template file for 'mpfr'
|
||||
pkgname=mpfr
|
||||
version=4.2.1
|
||||
version=4.2.2
|
||||
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="Enno Boland <gottox@voidlinux.org>"
|
||||
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||
license="LGPL-3.0-or-later"
|
||||
homepage="http://www.mpfr.org"
|
||||
changelog="https://www.mpfr.org/mpfr-current/#changes"
|
||||
distfiles="http://www.mpfr.org/mpfr-${version}/mpfr-${version}.tar.xz"
|
||||
checksum=277807353a6726978996945af13e52829e3abd7a9a5b7fb2793894e18f1fcbb2
|
||||
checksum=b67ba0383ef7e8a8563734e2e889ef5ec3c3b898a01d00fa0a6869ad81c6ce01
|
||||
|
||||
mpfr-devel_package() {
|
||||
depends="${makedepends} mpfr>=${version}_${revision}"
|
||||
|
|
Loading…
Add table
Reference in a new issue