Changeset 7c8e399


Ignore:
Timestamp:
10/24/2021 09:24:48 PM (2 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
0ab6aa3, 843d015
Parents:
8cece12
Message:

Fix 'file' currency

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lfs-latest-git.php

    r8cece12 r7c8e399  
    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.