From 15406dd8bb19d8864f9599b05049672509bc4d44 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sat, 8 Jul 2017 23:00:27 +0000 Subject: [PATCH] Update vim to version 8.0.0702 --- vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim.json b/vim.json index f2a1306d13..9228ed9258 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.0698", + "version": "8.0.0702", "architecture": { "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0698/gvim_8.0.0698_x86.zip", - "hash": "8b1acc1c71dff1761dce8908ee116693d8de51d1ad49e33b6c50756d74d9c259" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0702/gvim_8.0.0702_x86.zip", + "hash": "8282cff6e59a1bd3ed3b7ce3522cfd9ad5c19a0414ab21a778afe940e7214117" }, "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0698/gvim_8.0.0698_x64.zip", - "hash": "e922d581c01603b65c959d1a3ff3a56c267692c5cdbb5a0bc23d774d5234eb11" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0702/gvim_8.0.0702_x64.zip", + "hash": "68a152b99a6adc902293e4dbd1ca5f6fc7c73d2b53807392dde300ffa79ef092" } }, "extract_dir": "vim\\vim80",