From 456e41a9fcd99c268117436d7358543fcd5f56b9 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 12 Jun 2018 23:00:40 +0000 Subject: [PATCH] Update vim to version 8.1.0053 --- vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim.json b/vim.json index 4dfd567def..36b0295cc3 100644 --- a/vim.json +++ b/vim.json @@ -1,15 +1,15 @@ { "homepage": "http://www.vim.org", "license": "Vim", - "version": "8.1.0042", + "version": "8.1.0053", "architecture": { "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.0042/gvim_8.1.0042_x86.zip", - "hash": "e518da49c1ff6beba953b6d0d1aa1d69dbcaf2c850890d58278ca380ab95241d" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.0053/gvim_8.1.0053_x86.zip", + "hash": "3ae939e51bdc69404cdfe8cd9614d4868ea212e7fc37a1256a285232cf946a66" }, "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.0042/gvim_8.1.0042_x64.zip", - "hash": "7ee98a8d3fbbcf211a5e53aa79e0dcdcdec7148e501dcd19960e0a649e2f2500" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.0053/gvim_8.1.0053_x64.zip", + "hash": "6c6dc7161513e621563125956ef899c405ddfdfb1fcd21c44aa84b897ae1cbff" } }, "extract_dir": "vim\\vim81",