From 9eb19a9572de99080f5c12ee403715626ab6ccb8 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 18 Oct 2019 23:00:26 +0000 Subject: [PATCH] vim: Update to version 8.1.2176 --- bucket/vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vim.json b/bucket/vim.json index 149dbfe0e4..4366b01b35 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.2171", + "version": "8.1.2176", "architecture": { "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2171/gvim_8.1.2171_x64.zip", - "hash": "2dcdaf544a7a3a033e4bf46131d4d1fd08f6904f6c8cd45577fd9d6b04184bb4" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2176/gvim_8.1.2176_x64.zip", + "hash": "8a9c053fdd73cdb48ce7d9c7d77d9d589bbabcfbb024f109142f0fbcec852f08" }, "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2171/gvim_8.1.2171_x86.zip", - "hash": "be017487090527faf20b7f8789435c2e4888351506c3ae43ddfeb79c984b143e" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2176/gvim_8.1.2176_x86.zip", + "hash": "caeffd8a85d79424e07b9f2d113e8d33ea1307f06a4fb8f4a889015a4a55eab3" } }, "extract_dir": "vim\\vim81",