From 4ad46c4aae800154eae023445e9a8483f2de7fec Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 29 May 2017 01:00:48 +0200 Subject: [PATCH] Update vim to version 8.0.0606 --- vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim.json b/vim.json index 0ea8b9ab41..8c6f166742 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.0604", + "version": "8.0.0606", "architecture": { "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0604/gvim_8.0.0604_x86.zip", - "hash": "8f551042dd710d07856db9d5da5ae71f35c478114ec536daa8d5dfad5b541d3f" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0606/gvim_8.0.0606_x86.zip", + "hash": "74ead5b6cb0c7e072201871909b7588706795c196862ae2f4150e58d7749d4d4" }, "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0604/gvim_8.0.0604_x64.zip", - "hash": "144499be728e73e3fdcd35bf47c2ed820dcd667590541dbd82634f1d5988a643" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0606/gvim_8.0.0606_x64.zip", + "hash": "0e997f3f6882d72f2c43c16e6ce7717d9c972ce490797217bbbd8ccc204ffa4b" } }, "extract_dir": "vim\\vim80",