mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 11:19:19 +01:00
Fix currency for MarkupSafe
This commit is contained in:
parent
8d5a2a12e9
commit
d26d12f45c
@ -256,6 +256,9 @@ if ( $package == "zstd" ) $dirpath = github("facebook/zstd");
|
||||
if ( $package == "setuptools" )
|
||||
return find_max( $lines, "/setuptools /", "/^.*setuptools ([\d\.]+)$/" );
|
||||
|
||||
if ( $package == "MarkupSafe" )
|
||||
return find_max( $lines, "/MarkupSafe /", "/^.*MarkupSafe ([\d\.]+)$/" );
|
||||
|
||||
if ( $package == "procps-ng" )
|
||||
return find_max( $lines, "/v\d/", "/^.*v([\d\.]+)$/" );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user