Changeset cc8e57d for lfs-latest-git.php


Ignore:
Timestamp:
09/20/2022 04:16:15 PM (20 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
16cd0963
Parents:
670f55f
Message:

Update currency for libffi

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lfs-latest-git.php

    r670f55f rcc8e57d  
    301301     return str_replace( "_", ".", $max );
    302302  }
     303print_r($lines);
     304  if ( $package == "libffi" )
     305     return find_max( $lines, "/v\d/", "/^.*v([\d\.]+)$/" );
    303306
    304307  if ( $package == "procps-ng" )
Note: See TracChangeset for help on using the changeset viewer.