diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2023-09-02 09:28:41 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-09-02 09:28:41 +0200 |
commit | afd2da500886fe3f392da67da9db71a80c1c871d (patch) | |
tree | d834d18f8ad1cbe92d7347b1f733a38001f5ba0e | |
parent | e52aa2851774df44255565c69431cc74d009acc1 (diff) |
mpfr: update to 4.2.1
-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 74b888e95..4aa9f0e9b 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.1.0 +PKG_VERSION:= 4.2.1 PKG_RELEASE:= 1 -PKG_HASH:= 0c98a3f1732ff6ca4ea690552079da9c597872d30e96ec28414ee23c95558a7f +PKG_HASH:= 277807353a6726978996945af13e52829e3abd7a9a5b7fb2793894e18f1fcbb2 PKG_SITES:= http://www.mpfr.org/mpfr-current/ |