From b34e43021c2fb7b6f76960dab51b12f865829c31 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 30 Oct 2019 00:00:35 +0000 Subject: [PATCH] vim: Update to version 8.1.2233 --- bucket/vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vim.json b/bucket/vim.json index 8d338e62d9..ba9145bd6f 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.2231", + "version": "8.1.2233", "architecture": { "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2231/gvim_8.1.2231_x64.zip", - "hash": "f1a206860cef73952e78bea8e737dd170f12a34040a174a4bb185c6ef77e14aa" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2233/gvim_8.1.2233_x64.zip", + "hash": "d8730f086b083132c3b87cc1c9540187ff63258f597de0d145915d1729f4a204" }, "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2231/gvim_8.1.2231_x86.zip", - "hash": "67ac6e114961769aa975c05e102073291baf7afb4c296331985352b7f39c3b6e" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2233/gvim_8.1.2233_x86.zip", + "hash": "a52d8fce025f13373759896ecae5f45a2cd6c63358fe323c4649f17b9174528d" } }, "extract_dir": "vim\\vim81",