Changeset f573e24 for lfs-latest.php


Ignore:
Timestamp:
05/12/2020 10:09:43 AM (4 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
ff6baab
Parents:
491c789
Message:

MultiLib: Merge changes from trunk

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lfs-latest.php

    r491c789 rf573e24  
    281281
    282282  if ( $package == "procps-ng" )
    283      return find_max( $lines, "/release/", "/^.* ([\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.