From 7e89609145e9d3b2eb5114110f0796fd0f738f5b Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 31 Jul 2017 23:00:24 +0000 Subject: [PATCH] Update vim to version 8.0.0826 --- vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim.json b/vim.json index 93e099b07b..63625dc05d 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.0823", + "version": "8.0.0826", "architecture": { "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0823/gvim_8.0.0823_x86.zip", - "hash": "9d64506d6d51f5568b8fe50845e52eaf42beabf5395b149694590cdcffdeda65" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0826/gvim_8.0.0826_x86.zip", + "hash": "045538711d687fa93fd953b2398ef1bcfcabb93afac31aad86036d7b3c884c6a" }, "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0823/gvim_8.0.0823_x64.zip", - "hash": "a31cfa5d4fbe4929749c09af8ba962aaf2d25dd210f2b704368dbac49f10d146" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0826/gvim_8.0.0826_x64.zip", + "hash": "ab597739af10a7f42e98f757b30a91614145896e5d4357aa077aab9f474fbf65" } }, "extract_dir": "vim\\vim80",