Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • lfs-latest-git.php

    r843d015 r7c8e399  
    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/tags";
     136if ( $package == "vim"        ) $dirpath = "https://github.com/vim/vim/releases";
    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.