From 843d015a32a9f08ce6a0f7ae5ee424555ee7f292 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Mon, 25 Oct 2021 09:28:22 -0500 Subject: [PATCH] Fix currency for vim --- lfs-latest-git.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs-latest-git.php b/lfs-latest-git.php index 099d7032c..eaf7bc20b 100644 --- a/lfs-latest-git.php +++ b/lfs-latest-git.php @@ -133,7 +133,7 @@ if ( $package == "Jinja" ) $dirpath = "https://pypi.python.org/pypi/Jinja2/ if ( $package == "systemd" ) $dirpath = "https://github.com/systemd/systemd/releases"; if ( $package == "tcl" ) $dirpath = "http://sourceforge.net/projects/tcl/files"; if ( $package == "util-linux" ) $dirpath = max_parent( $dirpath, "v." ); -if ( $package == "vim" ) $dirpath = "https://github.com/vim/vim/releases"; +if ( $package == "vim" ) $dirpath = "https://github.com/vim/vim/tags"; if ( $package == "zstd" ) $dirpath = "https://github.com/facebook/zstd/releases"; //if ( $package == "vim" ) $dirpath = "ftp://ftp.vim.org/pub/vim/unix";