* [ptxdist] [PATCH] vim: fetch via http instead of ftp
@ 2019-06-20 9:55 Christian Hermann
0 siblings, 0 replies; only message in thread
From: Christian Hermann @ 2019-06-20 9:55 UTC (permalink / raw)
To: ptxdist
Signed-off-by: Christian Hermann <christian.hermann@hytera.de>
---
rules/vim.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/vim.make b/rules/vim.make
index caca93d84..9915ac856 100644
--- a/rules/vim.make
+++ b/rules/vim.make
@@ -20,7 +20,7 @@ VIM_VERSION := 8.1
VIM_MD5 := 1739a1df312305155285f0cfa6118294
VIM := vim-$(VIM_VERSION)
VIM_SUFFIX := tar.bz2
-VIM_URL := ftp://ftp.vim.org/pub/vim/unix/$(VIM).$(VIM_SUFFIX)
+VIM_URL := http://ftp.vim.org/pub/vim/unix/$(VIM).$(VIM_SUFFIX)
VIM_SOURCE := $(SRCDIR)/$(VIM).$(VIM_SUFFIX)
VIM_DIR := $(BUILDDIR)/$(VIM)
VIM_SUBDIR := src
--
2.22.0
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-06-20 9:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-20 9:55 [ptxdist] [PATCH] vim: fetch via http instead of ftp Christian Hermann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox