From e141c3a3aedf1880dabdc348df1b5b9d0f2c4383 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sun, 16 Apr 2017 01:01:18 +0200 Subject: [PATCH] Update vim to version 8.0.0566 --- vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim.json b/vim.json index 8a6165deb4..b6093474b3 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.0563", + "version": "8.0.0566", "architecture": { "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0563/gvim_8.0.0563_x86.zip", - "hash": "c6bb8faf85a251a92d75abfdb7d28440e95bb7991ff62f7167896cf03b0ad5f1" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0566/gvim_8.0.0566_x86.zip", + "hash": "b49605479e8cca55f04ef5797bbefbadb3bb4d387e27bb27156d82da7766dba0" }, "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0563/gvim_8.0.0563_x64.zip", - "hash": "c3cc9ec434f494987a14d21e0953855412938edd9a6759033bd1c74e51e74303" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0566/gvim_8.0.0566_x64.zip", + "hash": "742b3116b32a99faa69b61a9b7ab5fee4343f0941e12c7c972b3f16330f47dce" } }, "extract_dir": "vim\\vim80",