From 1e4c0265f3e8fcec805625f51d8821b1321516fb Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sun, 25 Mar 2018 23:00:39 +0000 Subject: [PATCH] Update vim to version 8.0.1645 --- vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim.json b/vim.json index 145cb0709d..bfbfc0c0af 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.1638", + "version": "8.0.1645", "architecture": { "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1638/gvim_8.0.1638_x86.zip", - "hash": "88f4a64d7bee2f9577c6961db2855515c430129393945960ed8e3e00efa62f1f" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1645/gvim_8.0.1645_x86.zip", + "hash": "fb66c14a3a5e634f6d40fc9e1116cf325d0789d62d88c9542a62d1a7857e182c" }, "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1638/gvim_8.0.1638_x64.zip", - "hash": "1263626f0a1a57d336ae84895c304a47caf456d7417f47c5729e03261c0a94c2" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1645/gvim_8.0.1645_x64.zip", + "hash": "9aa7d23a480a3fa4ea5cd3237555acde0f1c8b7963becf3f9e631d1024c71859" } }, "extract_dir": "vim\\vim80",