From 7424b864f5d9eef4dacee78005c4cd15b6353aad Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 14 Nov 2019 00:00:42 +0000 Subject: [PATCH] vim: Update to version 8.1.2300 --- bucket/vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vim.json b/bucket/vim.json index 18aa7a732f..4a8999ca19 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.2297", + "version": "8.1.2300", "architecture": { "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2297/gvim_8.1.2297_x64.zip", - "hash": "91253eba4d35309bcd9c5aefc40e3972d0b72dc6ca75bfb020aeca76f1e80835" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2300/gvim_8.1.2300_x64.zip", + "hash": "d778918dd0cdbca7db64cf7d1ca997d73b2910cc3aa8169d30d7b938c4602b32" }, "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2297/gvim_8.1.2297_x86.zip", - "hash": "2eaf4cd7ba4db36920059abc4b639c5e88bc4888f11867ce41b159e2c0493c5e" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2300/gvim_8.1.2300_x86.zip", + "hash": "2deca1f165d7890cd2d5eeb06cf0386d3aeab3fa9567b65a0a4a0bfb889091a5" } }, "extract_dir": "vim\\vim81",