From ef2c362769b3ca064c357119e7cef0ab51842c19 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Mon, 8 Jan 2018 23:32:20 +0000 Subject: Update other libraries --- ppc-amigaos/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ppc-amigaos/Makefile b/ppc-amigaos/Makefile index 1ba034e..0cbd4a2 100644 --- a/ppc-amigaos/Makefile +++ b/ppc-amigaos/Makefile @@ -6,15 +6,15 @@ UPSTREAM_BINUTILS_VERSION := 2.23.2 UPSTREAM_BINUTILS_TARBALL := binutils-$(UPSTREAM_BINUTILS_VERSION).tar.bz2 UPSTREAM_BINUTILS_URI := ftp://ftp.gnu.org/gnu/binutils/$(UPSTREAM_BINUTILS_TARBALL) -UPSTREAM_GMP_VERSION := 5.0.5 +UPSTREAM_GMP_VERSION := 6.1.2 UPSTREAM_GMP_TARBALL := gmp-$(UPSTREAM_GMP_VERSION).tar.bz2 UPSTREAM_GMP_URI := http://ftp.gnu.org/gnu/gmp/$(UPSTREAM_GMP_TARBALL) -UPSTREAM_MPFR_VERSION := 3.1.2 +UPSTREAM_MPFR_VERSION := 4.0.0 UPSTREAM_MPFR_TARBALL := mpfr-$(UPSTREAM_MPFR_VERSION).tar.bz2 UPSTREAM_MPFR_URI := http://www.mpfr.org/mpfr-$(UPSTREAM_MPFR_VERSION)/$(UPSTREAM_MPFR_TARBALL) -UPSTREAM_MPC_VERSION := 0.9 +UPSTREAM_MPC_VERSION := 1.0.3 UPSTREAM_MPC_TARBALL := mpc-$(UPSTREAM_MPC_VERSION).tar.gz UPSTREAM_MPC_URI := http://www.multiprecision.org/mpc/download/$(UPSTREAM_MPC_TARBALL) -- cgit v1.2.3