From 563e95597a4b78d1a625c208c94203efd9362f0a Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 23 Mar 2018 07:01:28 +0000 Subject: [PATCH] Update vim to version 8.0.1630 --- vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim.json b/vim.json index de671415b3..1262abfe63 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.1625", + "version": "8.0.1630", "architecture": { "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1625/gvim_8.0.1625_x86.zip", - "hash": "e19fac82836f01f0a09a5cf1634d7f4cf68fe44459f37d97cffcbe1d91d38178" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1630/gvim_8.0.1630_x86.zip", + "hash": "635af295227683e36cef38fcf784af270647d353064742c6e704a20ae1ec1fc2" }, "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1625/gvim_8.0.1625_x64.zip", - "hash": "f96f3437939ffc4e019024377eca6da5cb3a92acea68bd3dad5188c7429a66ec" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1630/gvim_8.0.1630_x64.zip", + "hash": "c52be787422fafd960b2124f82dd511084c912dd2532a439a248ff2336e570d1" } }, "extract_dir": "vim\\vim80",