From 10471ad3b8ae006f4ec8ef24544735cb7e0a58a3 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 10 Oct 2019 23:00:20 +0000 Subject: [PATCH] vim: Update to version 8.1.2135 --- bucket/vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vim.json b/bucket/vim.json index a9fbcb0695..edf111ca6d 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.2125", + "version": "8.1.2135", "architecture": { "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2125/gvim_8.1.2125_x64.zip", - "hash": "e7a59e6c8f3b56ae8efdb03b32aee496247d9abfc04a6889e64dd2b3493712ab" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2135/gvim_8.1.2135_x64.zip", + "hash": "6ba5b7081395f10017dd074c448a2f3dd100aa6872531822311d5c9f734ac304" }, "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2125/gvim_8.1.2125_x86.zip", - "hash": "ae7dd2028703894385b59d7f6e2f5b3e8d63dcb29ae090bd289d32f5b30598a3" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2135/gvim_8.1.2135_x86.zip", + "hash": "62b534d2d76fcf3eb2cd69f7ba2110743fdb7fe09560b24a667fcbdc8b4233a1" } }, "extract_dir": "vim\\vim81",