From 57c80cceed08488064c669d280cf9b9b11b0f5c8 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 30 Jan 2018 00:00:34 +0000 Subject: [PATCH] Update vim to version 8.0.1438 --- vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim.json b/vim.json index a3d302a756..0e72b1ebaf 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.1433", + "version": "8.0.1438", "architecture": { "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1433/gvim_8.0.1433_x86.zip", - "hash": "da75e54b83223c2e40cac2351aa4fe8dca48b257a7b9f2e64c7095789053aa8f" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1438/gvim_8.0.1438_x86.zip", + "hash": "3d4e9fa94a5d4c9bec4079d832ad018401228f26d18381b97bbc92b5e705930b" }, "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1433/gvim_8.0.1433_x64.zip", - "hash": "4eb0eea3fa12004f78cd26b6d7fbae8d29abbfda9fb090224a54ac719f173ad0" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1438/gvim_8.0.1438_x64.zip", + "hash": "d35d51c38592face87e480eca36ff3f0d2dd713f70fa44f19734968be15bf85d" } }, "extract_dir": "vim\\vim80",