Changeset ed9b087 for lfs-latest-git.php


Ignore:
Timestamp:
06/05/2023 03:25:22 PM (11 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/arm64, xry111/arm64-12.0
Children:
17c9658d
Parents:
e131bec (diff), 0f18f2b (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/arm64

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lfs-latest-git.php

    re131bec red9b087  
    293293
    294294  if ( $package == "ninja" )
    295      return find_max( $lines, "/v\d/", "/^.*v(\d[\d\.]*\d).*$/" );
     295     return find_max( $lines, "/^ *v\d/", "/^.*v(\d[\d\.]*\d).*$/" );
    296296
    297297  if ( $package == "gmp" )
Note: See TracChangeset for help on using the changeset viewer.