From 6b1d625cce416bd5b8170d57777a3ea7026fe7db Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Mon, 21 Jun 2021 13:11:01 -0500 Subject: [PATCH] Really 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 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.*$/" );