From 9fe97884e1ef77ddd1eb39e61f8f4e178c76de28 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 4 Apr 2017 01:00:40 +0200 Subject: [PATCH] Update vim to version 8.0.0542 --- vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim.json b/vim.json index b1c75506d9..45990a40c6 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.0540", + "version": "8.0.0542", "architecture": { "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0540/gvim_8.0.0540_x86.zip", - "hash": "0d26d3144ff15e286497f4bed296eccb1aade879e593b7e41f6aee197e4b1511" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0542/gvim_8.0.0542_x86.zip", + "hash": "f26881bb4bfa67fd3bc232d33e3d1dbff4c7988727a7d6346d9309cea5285664" }, "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0540/gvim_8.0.0540_x64.zip", - "hash": "55cb2f7fd539d281409eea11e92419ae6cb57530f9f6a2ec490bb8ebdb89f63c" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0542/gvim_8.0.0542_x64.zip", + "hash": "872683fa93784b33b48c04647c8087cc75be140bbb035ce801cbbaa197c397bd" } }, "extract_dir": "vim\\vim80",