diff --git a/lfs-latest-git.php b/lfs-latest-git.php index 55c634e0b..6b7b2d4c2 100644 --- a/lfs-latest-git.php +++ b/lfs-latest-git.php @@ -256,6 +256,9 @@ if ( $package == "zstd" ) $dirpath = github("facebook/zstd"); if ( $package == "setuptools" ) return find_max( $lines, "/setuptools /", "/^.*setuptools ([\d\.]+)$/" ); + if ( $package == "MarkupSafe" ) + return find_max( $lines, "/MarkupSafe /", "/^.*MarkupSafe ([\d\.]+)$/" ); + if ( $package == "procps-ng" ) return find_max( $lines, "/v\d/", "/^.*v([\d\.]+)$/" );