From f32d38b1cf8d29cd7e8f2d53eaa3139e4eb3b883 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 16 Oct 2019 23:00:31 +0000 Subject: [PATCH] vim: Update to version 8.1.2168 --- bucket/vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vim.json b/bucket/vim.json index fe967cf7f4..2fd7fb9c75 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.2152", + "version": "8.1.2168", "architecture": { "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2152/gvim_8.1.2152_x64.zip", - "hash": "caa5c76e57e69728a124e66a3a674e24affe8694792d6cbc11acc943f201d333" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2168/gvim_8.1.2168_x64.zip", + "hash": "f1077536523edb45de16d405c7ef94af02cba374652aaf72411ecebab8f819ef" }, "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2152/gvim_8.1.2152_x86.zip", - "hash": "8da87bfe56703ed89947cd498e89201846958d73cc34cd21a81adcac83bd41d5" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2168/gvim_8.1.2168_x86.zip", + "hash": "2c9298a53cfbab58bb2d0593b12444ad7cb9803a611054281d727869c3abe9ec" } }, "extract_dir": "vim\\vim81",