From 1c319307eb995859ceab9fb0813f4272a69ccc9c Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sat, 23 Sep 2017 23:01:47 +0000 Subject: [PATCH] Update vim to version 8.0.1142 --- vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim.json b/vim.json index 7ebe717e09..021f139d7c 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.1137", + "version": "8.0.1142", "architecture": { "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1137/gvim_8.0.1137_x86.zip", - "hash": "c90b87eb49b669131205a49b477cc455ad48c755a3ac1f6242fd2d29c413ed0d" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1142/gvim_8.0.1142_x86.zip", + "hash": "fe791fc7bffd2fba9e605464838af5b40fe07db8acf835ccc2dcaf25057509d4" }, "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1137/gvim_8.0.1137_x64.zip", - "hash": "2a81436a40c5e883886ee3ea1c9bd3f883746eccc6f8527a8837c5acbb2415d7" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1142/gvim_8.0.1142_x64.zip", + "hash": "1e442b9111db8632549338a36216d7b57a88146d539eada0bfeb8bc6c76f92e2" } }, "extract_dir": "vim\\vim80",