Changes in / [57e2684d:0ab6aa3]


Ignore:
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.