From c1ae9e5b12ac8653b365cfa4dffbf073adaca5bf Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 4 Sep 2017 23:00:29 +0000 Subject: [PATCH] Update vim to version 8.0.1056 --- vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim.json b/vim.json index 672ab78d68..3642600405 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.1043", + "version": "8.0.1056", "architecture": { "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1043/gvim_8.0.1043_x86.zip", - "hash": "4d1debe4df6154ac1b113b01663749f448632dd99e3800e4d6f997cf9f9f390a" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1056/gvim_8.0.1056_x86.zip", + "hash": "2ba5e1692906b591d3315a9b909b1d1cc346e58d31826a8353646dd7b92197e8" }, "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1043/gvim_8.0.1043_x64.zip", - "hash": "4401f373acc391fffcd4429f9e1b230e3142960757927b907c55cf5e0668badc" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1056/gvim_8.0.1056_x64.zip", + "hash": "2c565af5c439b6a48bcc4da045c5f0ad21924cc02e2030465a981e493d106e20" } }, "extract_dir": "vim\\vim80",