From c20b862dbfb85b102625c211407b416018e992dc Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sat, 2 Nov 2019 00:00:29 +0000 Subject: [PATCH] vim: Update to version 8.1.2238 --- bucket/vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vim.json b/bucket/vim.json index d7267214c3..e8f8c82450 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.2237", + "version": "8.1.2238", "architecture": { "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2237/gvim_8.1.2237_x64.zip", - "hash": "db0c8d27cc3bc3085a5145f6d90362ab8b318c76ee989ae11eddef69a4bffca2" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2238/gvim_8.1.2238_x64.zip", + "hash": "90f6e59dd13b306b05797080c7ecbe3db4856ab6e626bf88928936530fde0c4c" }, "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2237/gvim_8.1.2237_x86.zip", - "hash": "72542c396e505a5b50cbbe1d8719ae7a66aa807ee67ac8c0ee3c2ec3828400bc" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2238/gvim_8.1.2238_x86.zip", + "hash": "99c3bcea2130df061ab07839c509d2c02606061f9ebc98f8a8e8504dec83b52c" } }, "extract_dir": "vim\\vim81",