diff options
-rw-r--r-- | lfs-latest-git.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lfs-latest-git.php b/lfs-latest-git.php index 5dda8476c..3f7a9cbf5 100644 --- a/lfs-latest-git.php +++ b/lfs-latest-git.php @@ -300,6 +300,9 @@ if ( $package == "zstd" ) $dirpath = "https://github.com/facebook/zstd/rel $max = find_max( $lines, "/FILE5/", "/^.*FILE(5_\d+)*$/" ); return str_replace( "_", ".", $max ); } +print_r($lines); + if ( $package == "libffi" ) + return find_max( $lines, "/v\d/", "/^.*v([\d\.]+)$/" ); if ( $package == "procps-ng" ) return find_max( $lines, "/v\d/", "/^.*v([\d\.]+)$/" ); |