diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2020-07-31 10:08:42 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2020-08-04 02:43:13 +0200 |
commit | cb9958d31b68bf56a9dc18af40c726adde5842c3 (patch) | |
tree | 8e8ae44bf37248ec0740b0c2ad66eea8648d2c12 /toolchain/mpfr | |
parent | 13823c84f03e96c2fb9a06dbe4eef31b4833a427 (diff) |
update mpfr, binutils, linux. remove arc specific binutils/gcc
Diffstat (limited to 'toolchain/mpfr')
-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 715536cf1..74b888e95 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.0.1 +PKG_VERSION:= 4.1.0 PKG_RELEASE:= 1 -PKG_HASH:= 67874a60826303ee2fb6affc6dc0ddd3e749e9bfcb4c8655e3953d0458a6e16e +PKG_HASH:= 0c98a3f1732ff6ca4ea690552079da9c597872d30e96ec28414ee23c95558a7f PKG_SITES:= http://www.mpfr.org/mpfr-current/ |