Restore openssl currency.

This commit is contained in:
Bruce Dubbs 2025-05-12 10:50:04 -05:00
parent 3dc11a77cf
commit ac5a955c84

View File

@ -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) .*$/" );