Explorar el Código

Fix procps-ng currency

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11845 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Bruce Dubbs hace 5 años
padre
commit
477c098584
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lfs-latest.php

+ 1 - 1
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\.]+).*$/" );