update to 12.4-systemd: mpfr-4.2.2

This commit is contained in:
2025-12-20 23:22:01 -05:00
parent dec9b68e0e
commit 2510881fb8

View File

@@ -1,5 +1,5 @@
pkgname=mpfr
_pkgver=4.2.1
_pkgver=4.2.2
_patchver=0
if (( _patchver == 0 )); then
pkgver=$_pkgver
@@ -12,7 +12,7 @@ homepage='https://www.mpfr.org/'
# `curl patches.diff -o https://www.mpfr.org/mpfr-${_pkgver}/allpatches`
sources=("${pkgname}-${_pkgver}.tar.xz")
urls=("https://ftp.gnu.org/gnu/${pkgname}/${sources[0]}")
md5sums=("523c50c6318dde6f9dc523bc0244690a")
md5sums=("7c32c39b8b6e3ae85f25156228156061")
src_prepare() {