From 22cfa4a4b9609b443a7ca8c1eeee30d0ec3bab0a Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 3 Jan 2018 00:00:31 +0000 Subject: [PATCH] Update vim to version 8.0.1428 --- vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim.json b/vim.json index 466973ef9c..1ce8284088 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.1427", + "version": "8.0.1428", "architecture": { "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1427/gvim_8.0.1427_x86.zip", - "hash": "67fe85b8217d65de0b84d092a58afe7a86b1705c5e7bbe8502b59eac705ba5d0" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1428/gvim_8.0.1428_x86.zip", + "hash": "9408d497655bc88611fb8a38fd5da079e44840407756f42bd66a809a715292b3" }, "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1427/gvim_8.0.1427_x64.zip", - "hash": "ecc7ee88e10978ea816280e44de9cfa52a210a35ed38f2f21e1f13ad1a89872f" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1428/gvim_8.0.1428_x64.zip", + "hash": "6cb99150e119ae8d72fcaf7682284c3b54253e16940fa969f7c4989a4b8f2210" } }, "extract_dir": "vim\\vim80",