From 346ed0ca6bc830787f86cc4e587943e568932306 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 20 Jun 2021 10:43:45 -0500 Subject: [PATCH] Fix grub currency. --- lfs-latest-git.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs-latest-git.php b/lfs-latest-git.php index fa0cecbcf..bf775bc84 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.*$/" );