Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk

This commit is contained in:
Bruce Dubbs
2025-09-14 13:25:15 -05:00

View File

@@ -64,7 +64,7 @@ function find_even_max( $lines, $regex_match, $regex_replace )
function http_get_file( $url )
{
$url = preg_replace( "/ftp.gnu.org/", "ftpmirror.gnu.org", $url );
$url = preg_replace( "/ftp.gnu.org/", "mirrors.ibiblio.org", $url );
if ( preg_match( "/mpfr/", $url ) )
{