mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 11:19:19 +01:00
packages: Document why not to use anduin for vim
This commit is contained in:
parent
6a97bf00d7
commit
31c839da2d
11
packages.ent
11
packages.ent
@ -748,6 +748,17 @@
|
||||
<!ENTITY vim-docdir "vim/vim91">
|
||||
<!ENTITY vim-size "17,428 KB">
|
||||
<!ENTITY vim-url "https://github.com/vim/vim/archive/v&vim-version;/vim-&vim-version;.tar.gz">
|
||||
<!-- N.B. LFS 9.0 uses
|
||||
https://github.com/vim/vim/archive/v8.1.1846/vim-8.1.1846.tar.gz
|
||||
and it still works after years, the md5sum of the resulted tarball
|
||||
is unchanged as well. Thus GitHub download seems stable enough for
|
||||
vim and there's no need to use anduin.
|
||||
|
||||
BTW if we click the "Next" button enough times on
|
||||
https://github.com/vim/vim/tags, we can eventually see the old
|
||||
release. The "Next" button just sets "after=" in the URL. For
|
||||
example, https://github.com/vim/vim/tags?after=v8.1.1847 will show
|
||||
us v8.1.1846. -->
|
||||
<!--<!ENTITY vim-url "&anduin-sources;/vim-&vim-version;.tar.gz">-->
|
||||
<!ENTITY vim-md5 "5379f5542310ee7ffbd6aea312407042">
|
||||
<!ENTITY vim-home "https://www.vim.org">
|
||||
|
Loading…
Reference in New Issue
Block a user