From 5de6500d1e0d057c3e9bee1d9255d231357ba51d Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 6 Sep 2017 23:00:28 +0000 Subject: [PATCH] Update vim to version 8.0.1067 --- vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim.json b/vim.json index a8daef6ba1..2797aef8c3 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.1064", + "version": "8.0.1067", "architecture": { "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1064/gvim_8.0.1064_x86.zip", - "hash": "2fe06df3bdd15970d6b0654b9a7fa92188a0d9d5bda5d083175c450cc1acd7ec" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1067/gvim_8.0.1067_x86.zip", + "hash": "a0606ac5cbed0ff9a34feca6fa6324f8301eeb005606d08db4c19fac7594dc9d" }, "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1064/gvim_8.0.1064_x64.zip", - "hash": "c7a0cd1f93b0a25af8448b76eed35a26c5d29d7898de5f6eb9d2a13d59c1b5de" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1067/gvim_8.0.1067_x64.zip", + "hash": "8ff56ec70b3ff37b6f9165a0f133eed9b86184afe4a159eee24967779c09049a" } }, "extract_dir": "vim\\vim80",