diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-06-21 13:11:01 -0500 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2021-06-21 13:11:01 -0500 |
commit | 6b1d625cce416bd5b8170d57777a3ea7026fe7db (patch) | |
tree | 11d5526160dbbb87372f1296eb045d9cc5c87c3b /lfs-latest-git.php | |
parent | 346ed0ca6bc830787f86cc4e587943e568932306 (diff) |
Really fix grub currency
Diffstat (limited to 'lfs-latest-git.php')
-rw-r--r-- | lfs-latest-git.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lfs-latest-git.php b/lfs-latest-git.php index bf775bc84..5f0bc4e3d 100644 --- a/lfs-latest-git.php +++ b/lfs-latest-git.php @@ -278,7 +278,7 @@ if ( $package == "zstd" ) $dirpath = "https://github.com/facebook/zstd/rel return find_max( $lines, "/v\d/", "/^.*v([\d\.]+) .*$/" ); if ( $package == "grub" ) - return find_max( $lines, "/grub/", "/^.*grub-(\d\.).tar.xz.*$/" ); + return find_max( $lines, "/grub/", "/^.*grub-([\d\.]+).tar.xz.*$/" ); if ( $package == "openssl" ) return find_max( $lines, "/openssl/", "/^.*openssl-([\d\.p]*\d.?).tar.*$/" ); |