From 30a8bfbf3c6f753864653c527abc54bcc83f3f95 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 4 Dec 2019 00:00:38 +0000 Subject: [PATCH] vim: Update to version 8.1.2384 --- bucket/vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vim.json b/bucket/vim.json index 935727d478..c79c3892df 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.2383", + "version": "8.1.2384", "architecture": { "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2383/gvim_8.1.2383_x64.zip", - "hash": "3e8d337ad02db61367180f818aac2527841100c37736d697590aceec9b6d5ce7" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2384/gvim_8.1.2384_x64.zip", + "hash": "246e2976090b65b0f56f2afb84f6c308105aba8febc9fbdce0e0b6687df530d4" }, "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2383/gvim_8.1.2383_x86.zip", - "hash": "94f7d692668487e49ac56754f2847fc04926056647942d36a5bb8e1cf02658bd" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2384/gvim_8.1.2384_x86.zip", + "hash": "4f81e4d6e2835bb0369f79eed12f57162476cb4bf4556f6aae5dfd0e232118d8" } }, "extract_dir": "vim\\vim81",