[Buildroot] [PATCH] package/vim: bump version to v8.1.0133

Leon Anavi leon.anavi at konsulko.com
Sun Jul 1 09:21:14 UTC 2018


A few new features have been add and a lot of bugs have been fixed in
minor release Vim 8.1.

Signed-off-by: Leon Anavi <leon.anavi at konsulko.com>
---
 package/vim/vim.hash | 2 +-
 package/vim/vim.mk   | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/package/vim/vim.hash b/package/vim/vim.hash
index 28c6b97..bfbd55d 100644
--- a/package/vim/vim.hash
+++ b/package/vim/vim.hash
@@ -1,2 +1,2 @@
 # Locally computed
-sha256 6fbe0ec1228f951ba598b48ac8033f41ca4934cc34689a6008685e7c26477ae2  vim-v8.0.0329.tar.gz
+sha256 a6dab137949097fbe0b67aafedf4c24a3b0d9c41716db35f5beb4834924d7b00  vim-v8.1.0133.tar.gz
diff --git a/package/vim/vim.mk b/package/vim/vim.mk
index 5ee8898..0c02ead 100644
--- a/package/vim/vim.mk
+++ b/package/vim/vim.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-VIM_VERSION = v8.0.0329
+VIM_VERSION = v8.1.0133
 VIM_SITE = $(call github,vim,vim,$(VIM_VERSION))
 # Win over busybox vi since vim is more feature-rich
 VIM_DEPENDENCIES = \
@@ -14,6 +14,7 @@ VIM_SUBDIR = src
 VIM_CONF_ENV = \
 	vim_cv_toupper_broken=no \
 	vim_cv_terminfo=yes \
+	vim_cv_tgetent=zero \
 	vim_cv_tty_group=world \
 	vim_cv_tty_mode=0620 \
 	vim_cv_getcwd_broken=no \
-- 
2.7.4



More information about the buildroot mailing list