From 817b96d1125121cdb0684f44988195b45f983663 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sun, 8 Sep 2019 23:00:19 +0000 Subject: [PATCH] vim: Update to version 8.1.2016 --- bucket/vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vim.json b/bucket/vim.json index ba0e149769..c190a37395 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.2006", + "version": "8.1.2016", "architecture": { "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2006/gvim_8.1.2006_x64.zip", - "hash": "5ac3e41eefe37d7efd3684e842d3094d3380bec0faf3931e8b49e6d1b367008c" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2016/gvim_8.1.2016_x64.zip", + "hash": "cd8e246fef8d6290ec042d8e48f719e4180890e5cba25832bf754cee7519332c" }, "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2006/gvim_8.1.2006_x86.zip", - "hash": "fa7d261d43f01e8c7dde9a7e099ada665878254d3f43a5f4a809f5a47527d0a5" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2016/gvim_8.1.2016_x86.zip", + "hash": "9e7bfd46c66a45058cb5cbbbd203f476e3648281f18e18ccadebaae544f18760" } }, "extract_dir": "vim\\vim81",