From 705dd3bd0f19de520e541a5737d6a242f2ff7c57 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sun, 1 Sep 2019 23:00:19 +0000 Subject: [PATCH] vim: Update to version 8.1.1963 --- bucket/vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vim.json b/bucket/vim.json index 29d88d0668..64ca17fe40 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.1935", + "version": "8.1.1963", "architecture": { "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.1935/gvim_8.1.1935_x64.zip", - "hash": "3fcdcf5e06be35f8815a67ff8b510007cdcb6849333b1ea309cb8ec508956476" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.1963/gvim_8.1.1963_x64.zip", + "hash": "7f84c93497e162ec55cedc2367d91c98d209c2ec23c6d337a1e52319bff1ef33" }, "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.1935/gvim_8.1.1935_x86.zip", - "hash": "e567aa6f40ee51dc5b858b093da2b05d585f5f943ebe4b49cd8dffdc4b7e3197" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.1963/gvim_8.1.1963_x86.zip", + "hash": "a5c2cdc1f4e7d9107c5f505c455e723bbd9f7d9880b82fecc864c2ed04b26966" } }, "extract_dir": "vim\\vim81",