Changeset 00983ba6


Ignore:
Timestamp:
07/25/2024 10:30:11 PM (7 weeks ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib, xry111/multilib
Children:
3830377
Parents:
08de18a (diff), d2ac702 (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:

Automatic merge of trunk into multilib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lfs-latest-git.php

    r08de18a r00983ba6  
    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";
     
    142142if ( $package == "ncurses"    ) $dirpath = "https://invisible-mirror.net/archives/ncurses";
    143143if ( $package == "ninja"      ) $dirpath = github("ninja-build/ninja");
     144if ( $package == "openssl"    ) $dirpath = github("openssl/openssl");
    144145if ( $package == "procps-ng"  ) $dirpath = "https://gitlab.com/procps-ng/procps/-/tags";
    145146if ( $package == "psmisc"     ) $dirpath = "https://gitlab.com/psmisc/psmisc/-/tags";
     
    268269     return find_max( $lines, "/Jinja/", "/^.*Jinja2 ([\d\.]+).*$/" );
    269270
    270   if ( $package == "lz" )
     271  if ( $package == "lz4" )
    271272     return find_max( $lines, "/tag_name/", '/^.*v([\d\.]+).*$/' );
    272273
    273274  if ( $package == "openssl" )
    274      return find_max( $lines, "/openssl/", "/^.*openssl-([\d\.p]*\d.?).tar.*$/" );
     275     return find_max( $lines, "/name.:/", "/^.*OpenSSL ([\d\.]+\d).*$/" );
    275276
    276277  if ( $package == "Python" )
     
    347348      {
    348349        $pattern = "/\D*(\d.*[a-z]*)\.tar\D*/";
     350      }
     351
     352      else if ( preg_match( "/lz4/", $file ) )
     353      {
     354        $pkg_pattern= "/(\D*4).*/";
    349355      }
    350356
Note: See TracChangeset for help on using the changeset viewer.