mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Fix grub currency.
This commit is contained in:
parent
7aee3182a0
commit
346ed0ca6b
@ -278,7 +278,7 @@ if ( $package == "zstd" ) $dirpath = "https://github.com/facebook/zstd/rel
|
|||||||
return find_max( $lines, "/v\d/", "/^.*v([\d\.]+) .*$/" );
|
return find_max( $lines, "/v\d/", "/^.*v([\d\.]+) .*$/" );
|
||||||
|
|
||||||
if ( $package == "grub" )
|
if ( $package == "grub" )
|
||||||
return find_max( $lines, "/grub/", "/^.*grub-(\d\..*).tar.xz.*$/" );
|
return find_max( $lines, "/grub/", "/^.*grub-(\d\.).tar.xz.*$/" );
|
||||||
|
|
||||||
if ( $package == "openssl" )
|
if ( $package == "openssl" )
|
||||||
return find_max( $lines, "/openssl/", "/^.*openssl-([\d\.p]*\d.?).tar.*$/" );
|
return find_max( $lines, "/openssl/", "/^.*openssl-([\d\.p]*\d.?).tar.*$/" );
|
||||||
|
Loading…
Reference in New Issue
Block a user