mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
Fix currency for libffi
This commit is contained in:
parent
660d70a0d4
commit
3c9fe9ad67
@ -119,6 +119,7 @@ if ( $package == "flex" ) $dirpath = "https://github.com/westes/flex/relea
|
|||||||
if ( $package == "gcc" ) $dirpath = max_parent( $dirpath, "gcc-" );
|
if ( $package == "gcc" ) $dirpath = max_parent( $dirpath, "gcc-" );
|
||||||
if ( $package == "iana-etc" ) $dirpath = "https://github.com/Mic92/iana-etc/releases";
|
if ( $package == "iana-etc" ) $dirpath = "https://github.com/Mic92/iana-etc/releases";
|
||||||
if ( $package == "intltool" ) $dirpath = "https://launchpad.net/intltool/trunk";
|
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 == "meson" ) $dirpath = "https://github.com/mesonbuild/meson/releases";
|
||||||
if ( $package == "mpc" ) $dirpath = "https://ftp.gnu.org/gnu/mpc";
|
if ( $package == "mpc" ) $dirpath = "https://ftp.gnu.org/gnu/mpc";
|
||||||
if ( $package == "mpfr" ) $dirpath = "http://mpfr.loria.fr/mpfr-current";
|
if ( $package == "mpfr" ) $dirpath = "http://mpfr.loria.fr/mpfr-current";
|
||||||
|
Loading…
Reference in New Issue
Block a user