From 477c0985843fde0fa16dabfbb758b62d454c4983 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 10 May 2020 16:41:49 +0000 Subject: Fix procps-ng currency git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11845 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- lfs-latest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lfs-latest.php') diff --git a/lfs-latest.php b/lfs-latest.php index 629ce3192..6fe2ea0ca 100644 --- a/lfs-latest.php +++ b/lfs-latest.php @@ -280,7 +280,7 @@ if ( $package == "zstd" ) $dirpath = "https://github.com/facebook/zstd/rel } if ( $package == "procps-ng" ) - return find_max( $lines, "/release/", "/^.* ([\d\.]+).*$/" ); + return find_max( $lines, "/v\d/", "/^.*v([\d\.]+).*$/" ); if ( $package == "psmisc" ) return find_max( $lines, "/^v/", "/^v([\d\.]+).*$/" ); -- cgit v1.2.3-54-g00ecf