From 8119d21e816d413e979c8a93cc1160c0f70f3d5d Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 27 Nov 2019 00:01:50 +0000 Subject: [PATCH] vim: Update to version 8.1.2351 --- bucket/vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vim.json b/bucket/vim.json index 415d396cd5..58dd1046e4 100644 --- a/bucket/vim.json +++ b/bucket/vim.json @@ -2,15 +2,15 @@ "homepage": "http://www.vim.org", "description": "A highly configurable text editor for efficiently creating and changing any kind of text.", "license": "Vim", - "version": "8.1.2342", + "version": "8.1.2351", "architecture": { "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2342/gvim_8.1.2342_x64.zip", - "hash": "f8987bc86ca6832c42fd17b5fc943d1ddfcbc7dd88a47e95fb859efd16fbbb86" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2351/gvim_8.1.2351_x64.zip", + "hash": "c65d496092895912b6e7b652e9f4114a0fdd2b57ce3b14dbe4521f7cd46923ab" }, "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2342/gvim_8.1.2342_x86.zip", - "hash": "79f323b87b9659f68aeeaef24fc231831aab4b7fe7912069e944b8b0ffcd87e6" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2351/gvim_8.1.2351_x86.zip", + "hash": "61ca00636cba170add37c621b161e5eb821cfb51a177df0f44721f58bb023f5d" } }, "extract_dir": "vim\\vim81",