aboutsummaryrefslogtreecommitdiffstats
path: root/lfs-latest-git.php
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2023-08-27 02:17:17 -0500
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2023-08-27 02:17:17 -0500
commit3f56392254317d628560c919fee028edd9179482 (patch)
tree11f67e02b5afdffcefadc3b377e300619ee9720e /lfs-latest-git.php
parent11cfb5bc71de4fb7a77f369355dbca99e64ea16b (diff)
Fix zlib currency
Diffstat (limited to 'lfs-latest-git.php')
-rw-r--r--lfs-latest-git.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lfs-latest-git.php b/lfs-latest-git.php
index f9239e27b..c0c7aaea3 100644
--- a/lfs-latest-git.php
+++ b/lfs-latest-git.php
@@ -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 == "vim" ) $dirpath = "https://github.com/vim/vim/tags";
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");
// Check for ftp