Another currency fix.

This commit is contained in:
Bruce Dubbs
2025-09-05 02:09:56 -05:00
parent 53b45db017
commit cb1e260f04

View File

@@ -267,7 +267,7 @@ if ( $package == "zstd" ) $dirpath = github("facebook/zstd");
if ( $package == "packaging" )
return find_max( $lines, "/packaging/", "/^.*^.*packaging.([\d\.]+\d)\/.*$/" );
if ( $book_index == "pcre2" )
if ( $package == "pcre2" )
return find_max( $lines, '/name.:/', '/^.*pcre2-([\d\.]+\d).*$/' );
if ( $package == "procps-ng" )