From 8a6269b6153ccb99e7ce1c571e74fc97f66af13f Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sun, 25 Feb 2018 00:00:39 +0000 Subject: [PATCH] Update vim to version 8.0.1541 --- vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim.json b/vim.json index f376f08d09..44acdd19d2 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.1532", + "version": "8.0.1541", "architecture": { "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1532/gvim_8.0.1532_x86.zip", - "hash": "01ceebc4c3bc9f5c4b2976d4bfa17c145c9ad81977705a350b102076a52064d0" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1541/gvim_8.0.1541_x86.zip", + "hash": "779a89a48c38067a5e74c29bbb88ce12bbef5c668d806555d19cd8cf32395640" }, "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1532/gvim_8.0.1532_x64.zip", - "hash": "7c69b62352eaaf10992ab2a1dcdd2ade2681f22496a06848a61795435ed21421" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1541/gvim_8.0.1541_x64.zip", + "hash": "682d911e552eb2de23210ac3b2248c393e4e117863b79f0d8719912ce410e35e" } }, "extract_dir": "vim\\vim80",