From 50f858cf50ca1c1a550fa64b6f670a38a244075e Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 3 Aug 2017 23:00:28 +0000 Subject: [PATCH] Update vim to version 8.0.0858 --- vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim.json b/vim.json index d780b6596d..30d5656d19 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.0844", + "version": "8.0.0858", "architecture": { "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0844/gvim_8.0.0844_x86.zip", - "hash": "41e096720afdf0d0fad899a276bd9f025154d3ed23ea7c60d8485cde03191170" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0858/gvim_8.0.0858_x86.zip", + "hash": "b061baf824f4defff4f51710ab611ab1cec24e33d19acdb914c9a0a57c18cd0b" }, "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0844/gvim_8.0.0844_x64.zip", - "hash": "8fd89d27c82cd9390f41e8da4b2190725d8998060211d0158dd6371a983f41d9" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0858/gvim_8.0.0858_x64.zip", + "hash": "15c61a7e23a9666eb0055695977e4c5b70b713ca57bedb92fc8b705b7bf626aa" } }, "extract_dir": "vim\\vim80",