From 4d5127375ee43a7f545942bf65b47a5dd72f0c23 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 1 Nov 2019 00:01:51 +0000 Subject: [PATCH] vim: Update to version 8.1.2237 --- bucket/vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vim.json b/bucket/vim.json index 0813b64265..d7267214c3 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.2234", + "version": "8.1.2237", "architecture": { "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2234/gvim_8.1.2234_x64.zip", - "hash": "1b71778d6d4613c0669af2ed011ece687a8db2438632ddb8896f272139cd56b6" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2237/gvim_8.1.2237_x64.zip", + "hash": "db0c8d27cc3bc3085a5145f6d90362ab8b318c76ee989ae11eddef69a4bffca2" }, "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2234/gvim_8.1.2234_x86.zip", - "hash": "594c2e5eeece3cb2beffd4eee16cb5c0ba02362626fd552a6d283c7ad13a050b" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2237/gvim_8.1.2237_x86.zip", + "hash": "72542c396e505a5b50cbbe1d8719ae7a66aa807ee67ac8c0ee3c2ec3828400bc" } }, "extract_dir": "vim\\vim81",