From 8f4280be5ab88db4e3e67ff1e72fba3f89c4b16a Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 2 May 2017 01:00:38 +0200 Subject: [PATCH] Update vim to version 8.0.0596 --- vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim.json b/vim.json index 3a1dde190e..3c80f4d764 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.0594", + "version": "8.0.0596", "architecture": { "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0594/gvim_8.0.0594_x86.zip", - "hash": "026a8d973407504d180b740a98fbe4555adcc84a450ecdd55d0fae328b05fe76" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0596/gvim_8.0.0596_x86.zip", + "hash": "38a3acc94d7842373d3c262ea1a8cd2d39e488dac73b5e8f6ef3f1a79192f99c" }, "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0594/gvim_8.0.0594_x64.zip", - "hash": "c68a0ac32ea24050d5f73aaff19cd53e42cf7204a272770d3c345461b16bf911" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0596/gvim_8.0.0596_x64.zip", + "hash": "fa1b6b14eebfda97c8798a967dab03e71415d646ac50b8d52b0948fc1d20aa6a" } }, "extract_dir": "vim\\vim80",