From 9ef1b6266949803f63aaabd21b013f07cda930bf Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 29 Mar 2018 23:00:41 +0000 Subject: [PATCH] Update vim to version 8.0.1655 --- vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim.json b/vim.json index 7e74bef68f..404122f487 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.1648", + "version": "8.0.1655", "architecture": { "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1648/gvim_8.0.1648_x86.zip", - "hash": "eba4a0f33f7bc0130c19ef0ed54d0343098d7a7a1513cbc0f75beac94e0dda52" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1655/gvim_8.0.1655_x86.zip", + "hash": "5780a566e988e5446273133c4af0ffae969092d1291d10932ca3ef646a0e5b2c" }, "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1648/gvim_8.0.1648_x64.zip", - "hash": "edd3247037cf874f1d07c1baddf8ba61f2bae8f738e1d6145a982d76d41e87ad" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1655/gvim_8.0.1655_x64.zip", + "hash": "b400b57590dc2bb4583e175dce0ad709f767dadc81bf81323f0df4f82ecc0cf8" } }, "extract_dir": "vim\\vim80",