From 845b6f480a6c1f198f929a4ae918cf8aae62348a Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sat, 24 Mar 2018 00:00:50 +0000 Subject: [PATCH] Update vim to version 8.0.1633 --- vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim.json b/vim.json index 1262abfe63..6097d774e6 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.1630", + "version": "8.0.1633", "architecture": { "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1630/gvim_8.0.1630_x86.zip", - "hash": "635af295227683e36cef38fcf784af270647d353064742c6e704a20ae1ec1fc2" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1633/gvim_8.0.1633_x86.zip", + "hash": "2a3ce6a21ea3d31d4953244482039155524ad0ec5c3818d2ad917522dce90992" }, "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1630/gvim_8.0.1630_x64.zip", - "hash": "c52be787422fafd960b2124f82dd511084c912dd2532a439a248ff2336e570d1" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1633/gvim_8.0.1633_x64.zip", + "hash": "6119ee3a0166393f91f31f540433ae2aab0916fadb4fc24ec813a3ad38f20923" } }, "extract_dir": "vim\\vim80",