From 026dbd5c20f652736186575850b56e79a7ec1b15 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sat, 7 Dec 2019 00:01:50 +0000 Subject: [PATCH] vim: Update to version 8.1.2402 --- bucket/vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vim.json b/bucket/vim.json index 781ddedc10..4017a04d5f 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.2397", + "version": "8.1.2402", "architecture": { "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2397/gvim_8.1.2397_x64.zip", - "hash": "0693ee86b93ca0dac41437ddd1762d3c27e5f8931b1e06f2d22102ab09f8eca6" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2402/gvim_8.1.2402_x64.zip", + "hash": "4d64148ce895f029bfba94cc039bf6a390d8d7d7daa38c3a9685c525f6f1a675" }, "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2397/gvim_8.1.2397_x86.zip", - "hash": "1864d38b177ed1d45c25a8fbc4bb60baedcb76a9a3ee559dc7261a8b4e198f96" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2402/gvim_8.1.2402_x86.zip", + "hash": "3fdaff63b1c7032fb49aacbee759355896342e2df6ef81b9e8958076984fa6df" } }, "extract_dir": "vim\\vim81",