Changeset 843d015


Ignore:
Timestamp:
10/25/2021 02:28:22 PM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, arm, bdubbs/gcc13, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
114393c, 1f201845
Parents:
7c8e399
Message:

Fix currency for vim

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lfs-latest-git.php

    r7c8e399 r843d015  
    134134if ( $package == "tcl"        ) $dirpath = "http://sourceforge.net/projects/tcl/files";
    135135if ( $package == "util-linux" ) $dirpath = max_parent( $dirpath, "v." );
    136 if ( $package == "vim"        ) $dirpath = "https://github.com/vim/vim/releases";
     136if ( $package == "vim"        ) $dirpath = "https://github.com/vim/vim/tags";
    137137if ( $package == "zstd"       ) $dirpath = "https://github.com/facebook/zstd/releases";
    138138//if ( $package == "vim"        ) $dirpath = "ftp://ftp.vim.org/pub/vim/unix";
Note: See TracChangeset for help on using the changeset viewer.