Automatic merge of trunk into multilib

This commit is contained in:
Thomas Trepl 2024-10-11 00:30:14 +02:00
commit 6e5d88f41d

View File

@ -256,6 +256,9 @@ if ( $package == "zstd" ) $dirpath = github("facebook/zstd");
if ( $package == "setuptools" ) if ( $package == "setuptools" )
return find_max( $lines, "/setuptools /", "/^.*setuptools ([\d\.]+)$/" ); return find_max( $lines, "/setuptools /", "/^.*setuptools ([\d\.]+)$/" );
if ( $package == "MarkupSafe" )
return find_max( $lines, "/MarkupSafe /", "/^.*MarkupSafe ([\d\.]+)$/" );
if ( $package == "procps-ng" ) if ( $package == "procps-ng" )
return find_max( $lines, "/v\d/", "/^.*v([\d\.]+)$/" ); return find_max( $lines, "/v\d/", "/^.*v([\d\.]+)$/" );