From b191914b9fdb5aa2a4e9969ec543b246f79fdc41 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 20 Jan 2018 16:05:14 +0000 Subject: Latest good library versions --- ppc-amigaos/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ppc-amigaos/Makefile b/ppc-amigaos/Makefile index 567764d..d44b1f0 100644 --- a/ppc-amigaos/Makefile +++ b/ppc-amigaos/Makefile @@ -10,13 +10,13 @@ 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 := 4.0.0 +UPSTREAM_MPFR_VERSION := 3.1.6 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 := 1.0.3 +UPSTREAM_MPC_VERSION := 1.0.2 UPSTREAM_MPC_TARBALL := mpc-$(UPSTREAM_MPC_VERSION).tar.gz -UPSTREAM_MPC_URI := http://www.multiprecision.org/mpc/download/$(UPSTREAM_MPC_TARBALL) +UPSTREAM_MPC_URI := http://ftp.gnu.org/gnu/mpc/$(UPSTREAM_MPC_TARBALL) UPSTREAM_NDK_TARBALL := SDK_53.29.lha UPSTREAM_NDK_URI := "http://hyperion-entertainment.biz/index.php/downloads?view=download&format=raw&file=82" -- cgit v1.2.3