From 9800df111203df68ab0cdbf9fd1c2cc47e845b74 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sun, 29 Sep 2019 06:00:20 +0000 Subject: [PATCH] vim: Update to version 8.1.2099 --- bucket/vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vim.json b/bucket/vim.json index f128506d97..f777914164 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.2080", + "version": "8.1.2099", "architecture": { "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2080/gvim_8.1.2080_x64.zip", - "hash": "646041ddf8d9f33d98dc9d2ee92b2789d158bf808a9d0c48780db4b4cba160b9" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2099/gvim_8.1.2099_x64.zip", + "hash": "2eac4d4741e3050f4f724cd84e7753bb652f54bb74748d2e0d5a2629fef15741" }, "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2080/gvim_8.1.2080_x86.zip", - "hash": "ede07ba6110023b0cfc6dcc08f42ee5c4582cf617f8d933ab02ef57dd12abc50" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2099/gvim_8.1.2099_x86.zip", + "hash": "05eb1d8f7fe038fd9b67f0c3397b285ca0b6ccbd39b1ded56e3e7a6affcd0797" } }, "extract_dir": "vim\\vim81",