From 0e6482a611c61c4f63c5b859f691921447565b44 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sat, 10 Jun 2017 01:00:36 +0200 Subject: [PATCH] Update vim to version 8.0.0629 --- vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim.json b/vim.json index b221130544..e1773dc594 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.0628", + "version": "8.0.0629", "architecture": { "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0628/gvim_8.0.0628_x86.zip", - "hash": "d54f5a0196a9a9df86746c58299d93e397d2b3edc1bf7b75eab300810dfe2818" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0629/gvim_8.0.0629_x86.zip", + "hash": "3164b859894bd525e25c308f0ce233e20fc7d055d5412b164e5182a3d2aab1d6" }, "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0628/gvim_8.0.0628_x64.zip", - "hash": "05f1b04105fe504a09a03665b7fe57dc2fb2bfbc3d7886534fa309af1700ca59" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0629/gvim_8.0.0629_x64.zip", + "hash": "b01998fb0369f723a3aa9727df465e616c012e1f20e180ab6686d5c4c9f8a7ba" } }, "extract_dir": "vim\\vim80",