Changeset 0ab6aa3


Ignore:
Timestamp:
10/25/2021 03:45:09 AM (2 years ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
multilib
Children:
114393c
Parents:
57e2684d (diff), 7c8e399 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Automatic merge of trunk into multilib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lfs-latest-git.php

    r57e2684d r0ab6aa3  
    115115if ( $package == "elfutils"   ) $dirpath = "https://sourceware.org/ftp/elfutils";
    116116if ( $package == "expect"     ) $dirpath = "http://sourceforge.net/projects/expect/files";
    117 if ( $package == "file"       ) $dirpath = "https://github.com/file/file/releases";
     117if ( $package == "file"       ) $dirpath = "https://github.com/file/file/tags";
    118118if ( $package == "flex"       ) $dirpath = "https://github.com/westes/flex/releases";
    119119if ( $package == "gcc"        ) $dirpath = max_parent( $dirpath, "gcc-" );
Note: See TracChangeset for help on using the changeset viewer.