Changeset d2ac702 for lfs-latest-git.php


Ignore:
Timestamp:
07/25/2024 04:17:54 PM (8 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, xry111/multilib
Children:
00983ba6, 44c3358, fd4bf9d
Parents:
0d6c94f
Message:

Update currency for openssl.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lfs-latest-git.php

    r0d6c94f rd2ac702  
    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";
     
    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" )
Note: See TracChangeset for help on using the changeset viewer.