From 16f641eb613ef90983322b565416b43c6499b674 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 31 Jan 2018 00:01:49 +0000 Subject: [PATCH] Update vim to version 8.0.1442 --- vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim.json b/vim.json index 0e72b1ebaf..842a05a9d4 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.1438", + "version": "8.0.1442", "architecture": { "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1438/gvim_8.0.1438_x86.zip", - "hash": "3d4e9fa94a5d4c9bec4079d832ad018401228f26d18381b97bbc92b5e705930b" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1442/gvim_8.0.1442_x86.zip", + "hash": "2c699f7c832198192e145e0adfbd93568f9e8379c9454a064647c3f26244fc80" }, "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1438/gvim_8.0.1438_x64.zip", - "hash": "d35d51c38592face87e480eca36ff3f0d2dd713f70fa44f19734968be15bf85d" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1442/gvim_8.0.1442_x64.zip", + "hash": "58dd7ad07e919a1b145d7bdaf94902813f05bf9e1618a1a2256cc30859a8e34f" } }, "extract_dir": "vim\\vim80",