From 35ba1e920adcfbcaae75f1163ec272dc2c99ab4f Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 27 Mar 2018 07:01:33 +0000 Subject: [PATCH] Update vim to version 8.0.1647 --- vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim.json b/vim.json index bfbfc0c0af..7bb92e4f00 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.1645", + "version": "8.0.1647", "architecture": { "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1645/gvim_8.0.1645_x86.zip", - "hash": "fb66c14a3a5e634f6d40fc9e1116cf325d0789d62d88c9542a62d1a7857e182c" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1647/gvim_8.0.1647_x86.zip", + "hash": "d40394aca1d2b0999a94f54e0808ee442a2f4410ed390830eab8eae67f10c1c6" }, "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1645/gvim_8.0.1645_x64.zip", - "hash": "9aa7d23a480a3fa4ea5cd3237555acde0f1c8b7963becf3f9e631d1024c71859" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1647/gvim_8.0.1647_x64.zip", + "hash": "9d0a98397dfb0bb1fc208f3537d0b9b63e23470e2122e219ed8984e5b012eb13" } }, "extract_dir": "vim\\vim80",