From 7f3356c32889cc3f49beef563430662dc373f559 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sat, 19 Oct 2019 23:00:27 +0000 Subject: [PATCH] vim: Update to version 8.1.2188 --- bucket/vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vim.json b/bucket/vim.json index 4366b01b35..7dba0ddfbb 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.2176", + "version": "8.1.2188", "architecture": { "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2176/gvim_8.1.2176_x64.zip", - "hash": "8a9c053fdd73cdb48ce7d9c7d77d9d589bbabcfbb024f109142f0fbcec852f08" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2188/gvim_8.1.2188_x64.zip", + "hash": "35c4c9ae645e480de890ee27e090a159bd0f5bb71cd823ecc374d65ff72844c1" }, "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2176/gvim_8.1.2176_x86.zip", - "hash": "caeffd8a85d79424e07b9f2d113e8d33ea1307f06a4fb8f4a889015a4a55eab3" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2188/gvim_8.1.2188_x86.zip", + "hash": "f23d8bbc986adb732e5c26f57e6a893f761a5c384c92a16955f219c2c0c88100" } }, "extract_dir": "vim\\vim81",