From 951b9826a3a1c38301c4be3f309f12f3860525c1 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 6 Dec 2019 00:00:36 +0000 Subject: [PATCH] vim: Update to version 8.1.2397 --- bucket/vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vim.json b/bucket/vim.json index c79c3892df..781ddedc10 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.2384", + "version": "8.1.2397", "architecture": { "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2384/gvim_8.1.2384_x64.zip", - "hash": "246e2976090b65b0f56f2afb84f6c308105aba8febc9fbdce0e0b6687df530d4" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2397/gvim_8.1.2397_x64.zip", + "hash": "0693ee86b93ca0dac41437ddd1762d3c27e5f8931b1e06f2d22102ab09f8eca6" }, "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2384/gvim_8.1.2384_x86.zip", - "hash": "4f81e4d6e2835bb0369f79eed12f57162476cb4bf4556f6aae5dfd0e232118d8" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2397/gvim_8.1.2397_x86.zip", + "hash": "1864d38b177ed1d45c25a8fbc4bb60baedcb76a9a3ee559dc7261a8b4e198f96" } }, "extract_dir": "vim\\vim81",