From 74d20585f32d1fbce32013fd0ce986e52df1beec Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 6 Jun 2018 23:00:53 +0000 Subject: [PATCH] Update vim to version 8.1.0037 --- vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim.json b/vim.json index 75a97a849f..5a9a4157b7 100644 --- a/vim.json +++ b/vim.json @@ -1,15 +1,15 @@ { "homepage": "http://www.vim.org", "license": "Vim", - "version": "8.1.0034", + "version": "8.1.0037", "architecture": { "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.0034/gvim_8.1.0034_x86.zip", - "hash": "638ebd10019bd008ae9983388aa3e4f16ccb555f010ffb60b18f68caa7f9b71b" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.0037/gvim_8.1.0037_x86.zip", + "hash": "acdf9e9f8a7c22be04bf482dc49ce9e72e1d41dba03a13c146b6e97330717bca" }, "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.0034/gvim_8.1.0034_x64.zip", - "hash": "30737da47e40f6bc53c0c953056b0f884ca83df5f9ac8686e20b7cbd7a93ed4e" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.0037/gvim_8.1.0037_x64.zip", + "hash": "2971838a6fa0e4ba616e9e9c4c4de0a4da106c832d6c29c2add7f7be5af0e1cf" } }, "extract_dir": "vim\\vim81",