From a235e4fbec871ef294c13518f72acca7596ac95c Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 5 Nov 2019 00:01:12 +0000 Subject: [PATCH] vim: Update to version 8.1.2256 --- bucket/vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vim.json b/bucket/vim.json index 1219e59855..6da27d6ee7 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.2251", + "version": "8.1.2256", "architecture": { "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2251/gvim_8.1.2251_x64.zip", - "hash": "671ead1476f09fdd035ea63398a7bc5c3d15f514ed93a66ecb15d237fa8fc5f0" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2256/gvim_8.1.2256_x64.zip", + "hash": "46a2c0da8b300bcbb7768279ee392c38a4410198e3a0de25f2327fc7aae1a808" }, "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2251/gvim_8.1.2251_x86.zip", - "hash": "803f619a6a1bc9053f6ec61d3a7504e61e776bbb31612a23fd6478cfac8e62f6" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2256/gvim_8.1.2256_x86.zip", + "hash": "f0cfd95bb766745269b3f127b479e637d191f26a72ed8752d333da8f1c17f233" } }, "extract_dir": "vim\\vim81",