mpfr: update to 4.2.1.

This commit is contained in:
Bnyro 2023-08-22 15:59:48 +02:00 committed by Leah Neukirchen
parent bed27343ed
commit 8842731ad2

View file

@ -1,6 +1,6 @@
# Template file for 'mpfr' # Template file for 'mpfr'
pkgname=mpfr pkgname=mpfr
version=4.2.0 version=4.2.1
revision=1 revision=1
bootstrap=yes bootstrap=yes
build_style=gnu-configure build_style=gnu-configure
@ -12,7 +12,7 @@ license="LGPL-3.0-or-later"
homepage="http://www.mpfr.org" homepage="http://www.mpfr.org"
changelog="https://www.mpfr.org/mpfr-current/#changes" changelog="https://www.mpfr.org/mpfr-current/#changes"
distfiles="http://www.mpfr.org/mpfr-${version}/mpfr-${version}.tar.xz" distfiles="http://www.mpfr.org/mpfr-${version}/mpfr-${version}.tar.xz"
checksum=06a378df13501248c1b2db5aa977a2c8126ae849a9d9b7be2546fb4a9c26d993 checksum=277807353a6726978996945af13e52829e3abd7a9a5b7fb2793894e18f1fcbb2
mpfr-devel_package() { mpfr-devel_package() {
depends="${makedepends} mpfr>=${version}_${revision}" depends="${makedepends} mpfr>=${version}_${revision}"