From f9c7d27f8850a0e0f511c0b4415d967ad9817276 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 30 Mar 2017 01:00:59 +0200 Subject: [PATCH] Update vim to version 8.0.0525 --- vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim.json b/vim.json index 542c2d7c1d..3f1a079028 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.0515", + "version": "8.0.0525", "architecture": { "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0515/gvim_8.0.0515_x86.zip", - "hash": "3d014e8020dc2aec84db0146e2573da1d243ff02f13fca2bebe68d98b2c7d8f7" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0525/gvim_8.0.0525_x86.zip", + "hash": "2ee65fb561dac0723705acf20dacf9f9446e04536f3111f3cdda1f7933bc6168" }, "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0515/gvim_8.0.0515_x64.zip", - "hash": "77f5cdc12dc2f71f04ae8bfec9a8d5e2d76a59fa75c1d252712568980031672a" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0525/gvim_8.0.0525_x64.zip", + "hash": "4db4ed3c6f91a78da0f6f61aeb3a2915ced04ac8e54d24ddb3dea245e5971992" } }, "extract_dir": "vim\\vim80",