mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
Fix currency for xz
This commit is contained in:
parent
e14adea673
commit
7b54528e96
@ -152,6 +152,7 @@ if ( $package == "tcl" ) $dirpath = "https://www.tcl.tk/software/tcltk/do
|
|||||||
if ( $package == "util-linux" ) $dirpath = max_parent( $dirpath, "v." );
|
if ( $package == "util-linux" ) $dirpath = max_parent( $dirpath, "v." );
|
||||||
if ( $package == "vim" ) $dirpath = "https://github.com/vim/vim/tags";
|
if ( $package == "vim" ) $dirpath = "https://github.com/vim/vim/tags";
|
||||||
if ( $package == "wheel" ) $dirpath = "https://pypi.org/project/wheel/#files";
|
if ( $package == "wheel" ) $dirpath = "https://pypi.org/project/wheel/#files";
|
||||||
|
if ( $package == "xz" ) $dirpath = github("tukaani-project/xz");
|
||||||
if ( $package == "zlib" ) $dirpath = "https://www.zlib.net";
|
if ( $package == "zlib" ) $dirpath = "https://www.zlib.net";
|
||||||
if ( $package == "zstd" ) $dirpath = github("facebook/zstd");
|
if ( $package == "zstd" ) $dirpath = github("facebook/zstd");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user