From b87afc7378a4a28ddd1580c229760a8dbf9f48a1 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 11 Nov 2019 00:01:14 +0000 Subject: [PATCH] vim: Update to version 8.1.2291 --- bucket/vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vim.json b/bucket/vim.json index 5c3670b562..fd54cf1a27 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.2272", + "version": "8.1.2291", "architecture": { "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2272/gvim_8.1.2272_x64.zip", - "hash": "40fbbacd44fea01ec57eed712b02669a4101015360d1285bf321f2a5f42ba061" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2291/gvim_8.1.2291_x64.zip", + "hash": "c0880dee141b9209d6222b254897baf5ae1b7c08aa38a46eec6f75689a147d43" }, "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2272/gvim_8.1.2272_x86.zip", - "hash": "1fe03fb4c1f4c0ec9c082170076ef239f6d223546b3795e96a312d4a5e684545" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2291/gvim_8.1.2291_x86.zip", + "hash": "b040afacac29f25e9915870a12344dca4c474a3fc878cdbdb30829018ae3efc1" } }, "extract_dir": "vim\\vim81",