From 780cac76bd870c9a1c5440171114b8b396df17e6 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 26 Aug 2019 23:00:20 +0000 Subject: [PATCH] vim: Update to version 8.1.1931 --- bucket/vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vim.json b/bucket/vim.json index 0628f2f4c1..73889bd718 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.1929", + "version": "8.1.1931", "architecture": { "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.1929/gvim_8.1.1929_x64.zip", - "hash": "46fd5c6e28f7fe88d4e3f90feac33b9c5b227a3f10796ff4a646a07a20f715ba" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.1931/gvim_8.1.1931_x64.zip", + "hash": "8a438ec9e6f09e5e7c05da20d94a7639eea91b02d0ed7e87a89c53535e8437c0" }, "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.1929/gvim_8.1.1929_x86.zip", - "hash": "cf331675f43264e495b90e3f367a1474d4460fd1baff62579da0d0072d1a7327" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.1931/gvim_8.1.1931_x86.zip", + "hash": "482f308246060aa997703d93a344a398c8ad4575f4cc1c6fedf98e2ce2960a0a" } }, "extract_dir": "vim\\vim81",