From 1afc505cde97b991c8fd9f6d760801f2b5993624 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sat, 3 Feb 2018 00:00:35 +0000 Subject: [PATCH] Update vim to version 8.0.1453 --- vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim.json b/vim.json index 73ec25a74b..b5cb50e051 100644 --- a/vim.json +++ b/vim.json @@ -1,15 +1,15 @@ { "homepage": "http://www.vim.org", "license": "http://vimdoc.sourceforge.net/htmldoc/uganda.html#license", - "version": "8.0.1451", + "version": "8.0.1453", "architecture": { "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1451/gvim_8.0.1451_x86.zip", - "hash": "5c3b2eb075aade2e825c5b163018d443dcf131be4828bc4c7b33baa12bbe01c1" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1453/gvim_8.0.1453_x86.zip", + "hash": "63ce7836c14ff8ae671dca6e01c7f413ca42cc38f6cd47b991f8250c4cac60e7" }, "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1451/gvim_8.0.1451_x64.zip", - "hash": "9ad219c198b509316ff068cb7177ffd4638317a55e8266a52fbe443c988e3ec3" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1453/gvim_8.0.1453_x64.zip", + "hash": "3eeacd14809d12259b118d388a59a990e338548d24bd7881ef1621c7f8069cdb" } }, "extract_dir": "vim\\vim80",