From 931070b23bd3d479c6d0911c61ef64f7936345fe Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sun, 24 Dec 2017 00:00:31 +0000 Subject: [PATCH] Update vim to version 8.0.1424 --- vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim.json b/vim.json index b980403d47..f127d66cf7 100644 --- a/vim.json +++ b/vim.json @@ -1,15 +1,15 @@ { "homepage": "http://www.vim.org", "license": "http://vimdoc.sourceforge.net/htmldoc/uganda.html#license", - "version": "8.0.1422", + "version": "8.0.1424", "architecture": { "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1422/gvim_8.0.1422_x86.zip", - "hash": "ec7b3fd118a75c90a0fe11da488cd5b74cf0acb121dc81eef6eadc7ece198645" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1424/gvim_8.0.1424_x86.zip", + "hash": "077fea0f61d945c2a9a573cc9fcf82ae62136cace924bed7c1358a3340864097" }, "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1422/gvim_8.0.1422_x64.zip", - "hash": "9293aa29affcbe929fdb6530a3bd37e73a7dc6008c29471cddd2a6a8ed297bc4" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1424/gvim_8.0.1424_x64.zip", + "hash": "16e64393d299cebd2c536b915bfa4da7901fe6929b4a99883071a05f7a2ffe04" } }, "extract_dir": "vim\\vim80",