From b9480abafb7a0d01b87f94b477e6eb37728d7e89 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sun, 4 Aug 2019 23:01:53 +0000 Subject: [PATCH] vim: Update to version 8.1.1817 --- bucket/vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vim.json b/bucket/vim.json index 75474e0987..c4c8a3b8cd 100644 --- a/bucket/vim.json +++ b/bucket/vim.json @@ -1,15 +1,15 @@ { "homepage": "http://www.vim.org", "license": "Vim", - "version": "8.1.1806", + "version": "8.1.1817", "architecture": { "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.1806/gvim_8.1.1806_x64.zip", - "hash": "fb134059990cdb4ea487883d8a8546869486fa90544093203e830be94049caee" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.1817/gvim_8.1.1817_x64.zip", + "hash": "ae4739c8ecd066a393bc74d2978d0c069d2daa40c2d17de2117855c020bddaf2" }, "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.1806/gvim_8.1.1806_x86.zip", - "hash": "657ffa6900b2196727f324facf8e17c012b0950e0ca79429331d03253f34151c" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.1817/gvim_8.1.1817_x86.zip", + "hash": "6e978f744c8c405fd55cea4506852d8c48d59834fd157fdd1fbc005f924196a8" } }, "extract_dir": "vim\\vim81",