diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-03-27 19:50:43 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-03-27 19:50:43 +0100 |
commit | 5bb5b155a5c3cfb2ddc51c17f110d4ed96a45da2 (patch) | |
tree | ca77e9213e320927bd6cf060688d9a3c36361966 | |
parent | f3ecc4e1c6b4c8c39748a5618ac02fe10a05965a (diff) |
mpfr: update to 4.2.2
-rw-r--r-- | toolchain/mpfr/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/mpfr/Makefile.inc b/toolchain/mpfr/Makefile.inc index 4aa9f0e9b..02641e48c 100644 --- a/toolchain/mpfr/Makefile.inc +++ b/toolchain/mpfr/Makefile.inc @@ -2,7 +2,7 @@ # material, please see the LICENCE file in the top-level directory. PKG_NAME:= mpfr -PKG_VERSION:= 4.2.1 +PKG_VERSION:= 4.2.2 PKG_RELEASE:= 1 -PKG_HASH:= 277807353a6726978996945af13e52829e3abd7a9a5b7fb2793894e18f1fcbb2 +PKG_HASH:= b67ba0383ef7e8a8563734e2e889ef5ec3c3b898a01d00fa0a6869ad81c6ce01 PKG_SITES:= http://www.mpfr.org/mpfr-current/ |