Ignore:
Timestamp:
07/03/2023 10:19:51 AM (15 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.0, 12.0-rc1, 12.1, 12.1-rc1, 12.2, 12.2-rc1, 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/loongarch-12.2, xry111/mips64el, xry111/multilib, xry111/update-glibc
Children:
6167e6b, f4313a7
Parents:
9c88d3e
Message:

currency: Remove two unneeded special cases

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lfs-latest-git.php

    r9c88d3e rc273fc81  
    262262     return find_max( $lines, "/v\d/", "/^.*v(\d[\d\.]+\d).*$/" );
    263263
    264   if ( $package == "eudev" )
    265      return find_max( $lines, "/Release/", "/^.*Release (\d[\d\.]+\d).*$/" );
    266 
    267264  if ( $package == "expect" )
    268265     return find_max( $lines, "/expect/", "/^.*expect(\d[\d\.]+\d).tar.*$/" );
     
    314311  if ( $package == "vim" )
    315312     return find_max( $lines, "/v\d\./", "/^.*v([\d\.]+).*$/" );
    316 
    317   if ( $package == "zstd" )
    318      return find_max( $lines, "/Zstandard v/", "/^.*v([\d\.]+).*$/" );
    319313
    320314  if ( preg_match( "/api.github.com/", $dirpath) )
Note: See TracChangeset for help on using the changeset viewer.