From 988a6165ecfdc579ff7e08b5bb475aaf05fa731a Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 21 Apr 2017 01:01:17 +0200 Subject: [PATCH] Update vim to version 8.0.0575 --- vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim.json b/vim.json index 13a8006cb3..e012abb6a5 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.0567", + "version": "8.0.0575", "architecture": { "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0567/gvim_8.0.0567_x86.zip", - "hash": "1f673ee58adb1bd09e2d70f499b61890f1291947a81c255e6c1509eed41569ca" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0575/gvim_8.0.0575_x86.zip", + "hash": "f3a60225fa4e35212e091d7e938edad90b384ab518bb4c47825fa9b73004f37d" }, "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0567/gvim_8.0.0567_x64.zip", - "hash": "79f3b2657fcd606752c59b25309a51b6ce90200c718bacfe4264db1a460a049b" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0575/gvim_8.0.0575_x64.zip", + "hash": "9d1251a78dfaea222202034b1d5767a883ef7aa7ff97845772504466b78269bd" } }, "extract_dir": "vim\\vim80",