aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2021-06-21 13:11:01 -0500
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2021-06-21 13:11:01 -0500
commit6b1d625cce416bd5b8170d57777a3ea7026fe7db (patch)
tree11d5526160dbbb87372f1296eb045d9cc5c87c3b
parent346ed0ca6bc830787f86cc4e587943e568932306 (diff)
Really fix grub currency
-rw-r--r--lfs-latest-git.php2
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.*$/" );