Changeset 0ea3431 for lfs-latest-git.php


Ignore:
Timestamp:
09/26/2022 02:03:23 PM (19 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/clfs-ng
Children:
259794e
Parents:
1f6dfd4 (diff), f427ba23 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge remote-tracking branch 'origin/trunk' into xry111/clfs-ng

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lfs-latest-git.php

    r1f6dfd4 r0ea3431  
    302302  }
    303303
     304  if ( $package == "libffi" )
     305     return find_max( $lines, "/v\d/", "/^.*v([\d\.]+)$/" );
     306
    304307  if ( $package == "procps-ng" )
    305308     return find_max( $lines, "/v\d/", "/^.*v([\d\.]+)$/" );
Note: See TracChangeset for help on using the changeset viewer.