From e05b8dd91aed0a4e9301389704d855fd98908a73 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 19 Nov 2019 00:01:49 +0000 Subject: [PATCH] vim: Update to version 8.1.2321 --- bucket/vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vim.json b/bucket/vim.json index d812a97899..f5d6d3a5f0 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.2318", + "version": "8.1.2321", "architecture": { "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2318/gvim_8.1.2318_x64.zip", - "hash": "eecad96f278cbb7db8c1644896979ff80871030eeafc99e5188835964b7d9b07" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2321/gvim_8.1.2321_x64.zip", + "hash": "23149dec1d4ef2e4c8b27d4f9ffce36b7c931a14a4505d90cc47a08f4f3838a8" }, "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2318/gvim_8.1.2318_x86.zip", - "hash": "91a767630ea543afa4e323613bbd00219daf618f9f28af943c2121ec5f0c7605" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2321/gvim_8.1.2321_x86.zip", + "hash": "4b7fdac63ab3ecae0fe9182eac3e489055b20c1648145dd0db93645de7de1660" } }, "extract_dir": "vim\\vim81",