From 386a6903c3d408d182918e34056eb555dbdc15bf Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 22 Jun 2018 23:00:35 +0000 Subject: [PATCH] Update vim to version 8.1.0097 --- vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim.json b/vim.json index 5a269d629a..b5f4033d84 100644 --- a/vim.json +++ b/vim.json @@ -1,15 +1,15 @@ { "homepage": "http://www.vim.org", "license": "Vim", - "version": "8.1.0095", + "version": "8.1.0097", "architecture": { "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.0095/gvim_8.1.0095_x86.zip", - "hash": "50975459ca06130beab94b784690d5ed68e897e3a7d02306e5d54e3986972645" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.0097/gvim_8.1.0097_x86.zip", + "hash": "d6dee60663b4c5d525dfd5280600b26f009e5fabcd01ff3b725946e170f838e2" }, "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.0095/gvim_8.1.0095_x64.zip", - "hash": "8f518f91470fc1990c0ef139224977493b66faf1e49d6f95937a32da3ad0bfe0" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.0097/gvim_8.1.0097_x64.zip", + "hash": "9ff86dbd7b74ee40feade0429ed6fa3664e661800ce09255a15deb67856110cc" } }, "extract_dir": "vim\\vim81",