mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 03:09:21 +01:00
Restore openssl currency.
This commit is contained in:
parent
3dc11a77cf
commit
ac5a955c84
@ -279,7 +279,7 @@ if ( $package == "zstd" ) $dirpath = github("facebook/zstd");
|
||||
return find_max( $lines, "/tag_name/", '/^.*v([\d\.]+).*$/' );
|
||||
|
||||
if ( $package == "openssl" )
|
||||
return find_max( $lines, "/name:/", "/^.*OpenSSL ([\d\.]+\d).*$/" );
|
||||
return find_max( $lines, "/name.:/", "/^.*OpenSSL ([\d\.]+\d).*$/" );
|
||||
|
||||
if ( $package == "Python" )
|
||||
return find_max( $lines, "/Python 3/", "/^.*Python (3[\d\.]*\d) .*$/" );
|
||||
|
Loading…
Reference in New Issue
Block a user