Changeset 4c8c128 for lfs-latest.php


Ignore:
Timestamp:
03/31/2021 10:41:41 AM (3 years ago)
Author:
Xℹ Ruoyao <xry111@…>
Branches:
ml-11.0, multilib
Children:
b4dce40
Parents:
a5c2803
git-author:
Thomas Trepl <thomas@…> (02/20/2021 06:34:19 AM)
git-committer:
Xℹ Ruoyao <xry111@…> (03/31/2021 10:41:41 AM)
Message:

Merge changes from trunk to multilib

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lfs-latest.php

    ra5c2803 r4c8c128  
    281281
    282282  if ( $package == "procps-ng" )
    283      return find_max( $lines, "/v\d/", "/^.*v([\d\.]+) .*$/" );
     283     return find_max( $lines, "/v\d/", "/^.*v([\d\.]+)$/" );
    284284
    285285  if ( $package == "psmisc" )
Note: See TracChangeset for help on using the changeset viewer.