From c6190d9e2b716e86e4c0ba22d730308327ded12c Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 24 Sep 2019 07:00:25 +0000 Subject: [PATCH] vim: Update to version 8.1.2071 --- bucket/vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vim.json b/bucket/vim.json index 731ed16d41..984b553e3e 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.2058", + "version": "8.1.2071", "architecture": { "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2058/gvim_8.1.2058_x64.zip", - "hash": "61b1d894b7eaaec1f6f5f3b8fbd96df89821daf200e21ff719ea8f15a08bc457" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2071/gvim_8.1.2071_x64.zip", + "hash": "9d87f0b43890eba2b77b95c6b5176a9f39df22268db1308fe023f09365d5ebc4" }, "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2058/gvim_8.1.2058_x86.zip", - "hash": "9a1fd694e4c59a19798c8151f515d73cb952d2551d717bf80f4e99d637650b47" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2071/gvim_8.1.2071_x86.zip", + "hash": "04ead414aba0e616e0e3876c775e8c2b00504b692934190a1df0c5e5eb3bafaa" } }, "extract_dir": "vim\\vim81",