From d9a841eb16414050d2612f56ac287bba41365d43 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 4 Nov 2019 00:00:44 +0000 Subject: [PATCH] vim: Update to version 8.1.2251 --- bucket/vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vim.json b/bucket/vim.json index f70a15f7ba..1219e59855 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.2244", + "version": "8.1.2251", "architecture": { "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2244/gvim_8.1.2244_x64.zip", - "hash": "e009527057904a77813b5ad90cd38ce39afbc4bcbb77e8eb49cd6862b98c5200" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2251/gvim_8.1.2251_x64.zip", + "hash": "671ead1476f09fdd035ea63398a7bc5c3d15f514ed93a66ecb15d237fa8fc5f0" }, "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2244/gvim_8.1.2244_x86.zip", - "hash": "7e1d12e28f0c71d638c84a8154cd24a475df06557ca0a579a930f5188a7e3ed0" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2251/gvim_8.1.2251_x86.zip", + "hash": "803f619a6a1bc9053f6ec61d3a7504e61e776bbb31612a23fd6478cfac8e62f6" } }, "extract_dir": "vim\\vim81",