diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-07-04 02:41:02 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-07-04 02:41:02 +0000 |
commit | f6528ac86d1a9dc96170011ae98ee0160b28abda (patch) | |
tree | ba4ca14c9023b52f86540ecf3b4764325443fbab /lfs-latest.php | |
parent | db1ed0172ad42bd109c8dbdca90253077f4e7c34 (diff) |
Update to attr-2.4.48.
Update to acl-2.2.53.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11428 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'lfs-latest.php')
-rw-r--r-- | lfs-latest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lfs-latest.php b/lfs-latest.php index b84b31ac4..a3200f79e 100644 --- a/lfs-latest.php +++ b/lfs-latest.php @@ -234,7 +234,7 @@ if ( $package == "vim" ) $dirpath = "ftp://ftp.vim.org/pub/vim/unix"; if ( $package == "attr" || $package == "acl" ) { - return find_max( $lines, "/$package/", "/^.*$package-([\d\.-]*\d)\.src.*$/" ); + return find_max( $lines, "/$package/", "/^.*$package-([\d\.-]*\d)\.*$/" ); } if ( $package == "e2fsprogs" ) |