Changeset 0d6c94f


Ignore:
Timestamp:
07/25/2024 04:05:08 AM (6 weeks ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.2, 12.2-rc1, multilib, trunk, xry111/arm64, xry111/clfs-ng, xry111/loongarch, xry111/loongarch-12.2
Children:
d2ac702
Parents:
e148af0
Message:

Fix name and currency for lz4.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lfs-latest-git.php

    re148af0 r0d6c94f  
    136136if ( $package == "libffi"     ) $dirpath = github("libffi/libffi");
    137137if ( $package == "libxcrypt"  ) $dirpath = github("besser82/libxcrypt");
    138 if ( $package == "lz"         ) $dirpath = github("lz4/lz4");
     138if ( $package == "lz4"        ) $dirpath = github("lz4/lz4");
    139139if ( $package == "meson"      ) $dirpath = github("mesonbuild/meson");
    140140if ( $package == "mpc"        ) $dirpath = "https://ftp.gnu.org/gnu/mpc";
     
    268268     return find_max( $lines, "/Jinja/", "/^.*Jinja2 ([\d\.]+).*$/" );
    269269
    270   if ( $package == "lz" )
     270  if ( $package == "lz4" )
    271271     return find_max( $lines, "/tag_name/", '/^.*v([\d\.]+).*$/' );
    272272
     
    347347      {
    348348        $pattern = "/\D*(\d.*[a-z]*)\.tar\D*/";
     349      }
     350
     351      else if ( preg_match( "/lz4/", $file ) )
     352      {
     353        $pkg_pattern= "/(\D*4).*/";
    349354      }
    350355
Note: See TracChangeset for help on using the changeset viewer.