From f3026f87a6ba33c76ae249eee290e21277a3fed6 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 21 Jun 2018 23:00:37 +0000 Subject: [PATCH] Update vim to version 8.1.0095 --- vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim.json b/vim.json index 1904444ce5..5a269d629a 100644 --- a/vim.json +++ b/vim.json @@ -1,15 +1,15 @@ { "homepage": "http://www.vim.org", "license": "Vim", - "version": "8.1.0091", + "version": "8.1.0095", "architecture": { "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.0091/gvim_8.1.0091_x86.zip", - "hash": "a2d3067d03b8e6661087ad37cf2b9b70be000e577b24cbc49faa9c5ad6992d96" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.0095/gvim_8.1.0095_x86.zip", + "hash": "50975459ca06130beab94b784690d5ed68e897e3a7d02306e5d54e3986972645" }, "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.0091/gvim_8.1.0091_x64.zip", - "hash": "3dab32178050e485bd21db88a0f029087bb4c43b035bcad8f8635115de2c6970" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.0095/gvim_8.1.0095_x64.zip", + "hash": "8f518f91470fc1990c0ef139224977493b66faf1e49d6f95937a32da3ad0bfe0" } }, "extract_dir": "vim\\vim81",