From 3c9fe9ad67705f70bfa9554ab503c9218a0b73ee Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 8 Aug 2021 11:11:20 -0500 Subject: [PATCH] Fix currency for libffi --- lfs-latest-git.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lfs-latest-git.php b/lfs-latest-git.php index 29633c212..6130d48d1 100644 --- a/lfs-latest-git.php +++ b/lfs-latest-git.php @@ -119,6 +119,7 @@ if ( $package == "flex" ) $dirpath = "https://github.com/westes/flex/relea if ( $package == "gcc" ) $dirpath = max_parent( $dirpath, "gcc-" ); if ( $package == "iana-etc" ) $dirpath = "https://github.com/Mic92/iana-etc/releases"; if ( $package == "intltool" ) $dirpath = "https://launchpad.net/intltool/trunk"; +if ( $package == "libffi" ) $dirpath = "https://github.com/libffi/libffi/releases"; if ( $package == "meson" ) $dirpath = "https://github.com/mesonbuild/meson/releases"; if ( $package == "mpc" ) $dirpath = "https://ftp.gnu.org/gnu/mpc"; if ( $package == "mpfr" ) $dirpath = "http://mpfr.loria.fr/mpfr-current";