From ac5a955c849d020c68935673de0b9d0ea05a56bd Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Mon, 12 May 2025 10:50:04 -0500 Subject: [PATCH] Restore openssl currency. --- lfs-latest-git.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs-latest-git.php b/lfs-latest-git.php index d43431d29..a6723e909 100644 --- a/lfs-latest-git.php +++ b/lfs-latest-git.php @@ -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) .*$/" );