Changeset 602a01f for lfs-latest.php


Ignore:
Timestamp:
08/30/2020 06:09:09 AM (4 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
35e5addf
Parents:
7091d59
Message:

Merge changes from trunk to multilib

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multilib@12041 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lfs-latest.php

    r7091d59 r602a01f  
    117117if ( $package == "flex"       ) $dirpath = "https://github.com/westes/flex/releases";
    118118if ( $package == "gcc"        ) $dirpath = max_parent( $dirpath, "gcc-" );
     119if ( $package == "iana-etc"   ) $dirpath = "https://github.com/Mic92/iana-etc/releases";
    119120if ( $package == "intltool"   ) $dirpath = "https://launchpad.net/intltool/trunk";
    120121if ( $package == "meson"      ) $dirpath = "https://github.com/mesonbuild/meson/releases";
Note: See TracChangeset for help on using the changeset viewer.