From bf0443ee79b76c7880dfae5bd7b30268da700e55 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 28 Oct 2019 00:01:54 +0000 Subject: [PATCH] vim: Update to version 8.1.2229 --- bucket/vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vim.json b/bucket/vim.json index d49afd583f..7b795623ae 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.2224", + "version": "8.1.2229", "architecture": { "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2224/gvim_8.1.2224_x64.zip", - "hash": "90eaec3eaff029d242b2e226f69e9a06273f6b315e36b18ccdb20eebda2c17f5" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2229/gvim_8.1.2229_x64.zip", + "hash": "6eb9f7e4d0d7888cd9f38b1364e7a589c99dab9eabe50c1c92b0e4c9dc649fa7" }, "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2224/gvim_8.1.2224_x86.zip", - "hash": "d7e5a27475df4917e9975faec86a7cb96f4dae2f4db684b01b65cd079daf3a71" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2229/gvim_8.1.2229_x86.zip", + "hash": "a5c730dba8407f3d7a3487acffd7d0c461227c1640a2cc8e8c8cf04f6d482805" } }, "extract_dir": "vim\\vim81",