From 98991ba047ad41e40988843420544629e86a8f1c Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 28 Aug 2017 23:00:31 +0000 Subject: [PATCH] Update vim to version 8.0.1010 --- vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim.json b/vim.json index b9387b1f28..7d85259e6d 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.1008", + "version": "8.0.1010", "architecture": { "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1008/gvim_8.0.1008_x86.zip", - "hash": "8614c97241390bcaf0263bcb5b127400813251f1b96cb43cee341560db1e9ca1" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1010/gvim_8.0.1010_x86.zip", + "hash": "d246c14c79f904950d7fa981a7df4929842de79f1dd56b084a66a34edb3b3b88" }, "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1008/gvim_8.0.1008_x64.zip", - "hash": "282047073c194edeaa2fa42a861796c294b8d8347d6162f8cc9f8a324cfa9092" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1010/gvim_8.0.1010_x64.zip", + "hash": "a0bc2b484ee139117b3e769e741a5add0c18d9cd3e4f8068bed9806519fd49cd" } }, "extract_dir": "vim\\vim80",