mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 03:11:57 +00:00
Fix zlib currency
This commit is contained in:
parent
11cfb5bc71
commit
3f56392254
@ -150,6 +150,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 == "zlib" ) $dirpath = "https://www.zlib.net";
|
||||||
if ( $package == "zstd" ) $dirpath = github("facebook/zstd");
|
if ( $package == "zstd" ) $dirpath = github("facebook/zstd");
|
||||||
|
|
||||||
// Check for ftp
|
// Check for ftp
|
||||||
|
Loading…
Reference in New Issue
Block a user