From 6286cf97f0715f9eafabcbae6cecda8ed415b238 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 26 Sep 2019 23:00:19 +0000 Subject: [PATCH] vim: Update to version 8.1.2080 --- bucket/vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vim.json b/bucket/vim.json index ddd97f46e1..f128506d97 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.2079", + "version": "8.1.2080", "architecture": { "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2079/gvim_8.1.2079_x64.zip", - "hash": "9342157e1ad096cd3516b6fdfa6aa2751c1effb31c9850f6078bbc3d043b4b18" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2080/gvim_8.1.2080_x64.zip", + "hash": "646041ddf8d9f33d98dc9d2ee92b2789d158bf808a9d0c48780db4b4cba160b9" }, "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2079/gvim_8.1.2079_x86.zip", - "hash": "9e6abc007371136b911bc6a12a256ae349cb179e37d19100f4c0d52adb6b64e4" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2080/gvim_8.1.2080_x86.zip", + "hash": "ede07ba6110023b0cfc6dcc08f42ee5c4582cf617f8d933ab02ef57dd12abc50" } }, "extract_dir": "vim\\vim81",