From b2f1fbdcefb534454903798419b5c07607cd03dc Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sat, 29 Apr 2017 01:01:09 +0200 Subject: [PATCH] Update vim to version 8.0.0587 --- vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim.json b/vim.json index dfd6b15c6b..0a25a2e1e7 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.0586", + "version": "8.0.0587", "architecture": { "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0586/gvim_8.0.0586_x86.zip", - "hash": "b619461ae1a42cfd9335a79e332995b2c1f55f1d9337be1d4970bc24fe471243" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0587/gvim_8.0.0587_x86.zip", + "hash": "4a1ba13dc0ea07ddf61204edaa3ad80b17fd6506c7a1bc17e857bfc5529bb6fe" }, "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0586/gvim_8.0.0586_x64.zip", - "hash": "0383514ce5c3a6caad78180ba1975b94496a759c599ff8faa422d7bf6dce9aa5" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0587/gvim_8.0.0587_x64.zip", + "hash": "4417beb8d0f581db836fa54b1767a164cfa98c0a9be87441a776a87056e6b75c" } }, "extract_dir": "vim\\vim80",