vim: bump to version 7.4.889
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>
Sun, 4 Oct 2015 10:23:07 +0000 (11:23 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 4 Oct 2015 10:25:32 +0000 (11:25 +0100)
And also move to GitHub since Google Code is going to die soon.

Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/vim/vim.mk

index 518afafdce9f65f0e1e62bc27d45c6b9a94e2d42..a6b75d081ae783cfec270e60bec6d87c0ea3d3b3 100644 (file)
@@ -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) \