From cc84364976056cbfab2705d9cb13406906a21cb6 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 17 Sep 2019 23:00:19 +0000 Subject: [PATCH] vim: Update to version 8.1.2052 --- bucket/vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vim.json b/bucket/vim.json index 6dfba3c1fe..f8bc1fc322 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.2044", + "version": "8.1.2052", "architecture": { "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2044/gvim_8.1.2044_x64.zip", - "hash": "ea0cb7d9512606844846f499dfa441bea25c2d9b0dc54ef9fb5915dc7185a844" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2052/gvim_8.1.2052_x64.zip", + "hash": "8a139d33cc4b4527f4aeab546b39105e0d9fca029ce24e74b601d807c38035e5" }, "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2044/gvim_8.1.2044_x86.zip", - "hash": "68f316bc8e4e43ce506a4a573423d1bd979f012aa3fcf6cb72e8b49a40a2f101" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2052/gvim_8.1.2052_x86.zip", + "hash": "d2addd6b71c84f42ad492865eb5534472998a1edfdf26f3de97b0a9f7139fe8a" } }, "extract_dir": "vim\\vim81",