From 27da650cfd3841f0b4e4acae6352126621152c8f Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sat, 1 Jul 2017 23:00:34 +0000 Subject: [PATCH] Update vim to version 8.0.0692 --- vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim.json b/vim.json index 5d96a6b075..fa0e5e7dd2 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.0691", + "version": "8.0.0692", "architecture": { "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0691/gvim_8.0.0691_x86.zip", - "hash": "ba3934ba11cdc2f6936ca31bb4e6ad9026d2e89ca1087e09cb91526810a89291" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0692/gvim_8.0.0692_x86.zip", + "hash": "9a512281517694854cb12f1179713f57e9f197a3d21c1b014e826616544c5f8e" }, "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0691/gvim_8.0.0691_x64.zip", - "hash": "bd62919c7a04f1732faba3828a8d94101f89038f741aea77f3e9e8587016e0b3" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0692/gvim_8.0.0692_x64.zip", + "hash": "bda92e265e97674fcb4ba38ab171cc6450ac615b99a22a43df05c18e25d138c3" } }, "extract_dir": "vim\\vim80",