From bd533a6543ee8ecfddfb9732cde6a8cbe7028f9f Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 25 Nov 2019 00:01:51 +0000 Subject: [PATCH] vim: Update to version 8.1.2340 --- bucket/vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vim.json b/bucket/vim.json index a433ff11c4..e9a2ddecd2 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.2338", + "version": "8.1.2340", "architecture": { "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2338/gvim_8.1.2338_x64.zip", - "hash": "bdf10ef37083bc4fd293752635d6bf63f1395fc8e9dfc892e498aeb03becc10c" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2340/gvim_8.1.2340_x64.zip", + "hash": "e9892f4927d4c72a0242d59840e281d00008daf7b00d4aa28e9b8fce28d451d0" }, "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2338/gvim_8.1.2338_x86.zip", - "hash": "46a4e07efde9fda0da388755df52633b60f47cb5103666f0e4ffda217f2b7dbf" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2340/gvim_8.1.2340_x86.zip", + "hash": "03c225a3799721914cb7b1371ed8d5100da2f6cc128bbe8d4bcfa61e4512cf08" } }, "extract_dir": "vim\\vim81",