Commit 2d8a254d authored by Vicente Olivert Riera's avatar Vicente Olivert Riera Committed by Thomas Petazzoni
Browse files

vim: bump to version 7.4.889



And also move to GitHub since Google Code is going to die soon.

Signed-off-by: default avatarVicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent a33e05ab
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -4,10 +4,9 @@
#
################################################################################

VIM_SITE = https://vim.googlecode.com/hg
VIM_SITE_METHOD = hg
# 7.4 release patchlevel 333
VIM_VERSION = 8ae50e3ef8bf
# 7.4 release patchlevel 889
VIM_VERSION = 74b738d414b2895b3365e26ae3b7792eb82ccf47
VIM_SITE = $(call github,vim,vim,$(VIM_VERSION))
# Win over busybox vi since vim is more feature-rich
VIM_DEPENDENCIES = \
	ncurses $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext) \