Changeset 114393c
- Timestamp:
- 10/26/2021 03:45:10 AM (2 years ago)
- Branches:
- multilib
- Children:
- d352b98
- Parents:
- 0ab6aa3 (diff), 843d015 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lfs-latest-git.php
r0ab6aa3 r114393c 134 134 if ( $package == "tcl" ) $dirpath = "http://sourceforge.net/projects/tcl/files"; 135 135 if ( $package == "util-linux" ) $dirpath = max_parent( $dirpath, "v." ); 136 if ( $package == "vim" ) $dirpath = "https://github.com/vim/vim/ releases";136 if ( $package == "vim" ) $dirpath = "https://github.com/vim/vim/tags"; 137 137 if ( $package == "zstd" ) $dirpath = "https://github.com/facebook/zstd/releases"; 138 138 //if ( $package == "vim" ) $dirpath = "ftp://ftp.vim.org/pub/vim/unix";
Note:
See TracChangeset
for help on using the changeset viewer.