From d1c9419a11c0d2dd4d0036fa21a55b350e336f15 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sun, 30 Apr 2017 01:01:21 +0200 Subject: [PATCH] Update vim to version 8.0.0589 --- vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim.json b/vim.json index 0a25a2e1e7..819fd17061 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.0587", + "version": "8.0.0589", "architecture": { "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0587/gvim_8.0.0587_x86.zip", - "hash": "4a1ba13dc0ea07ddf61204edaa3ad80b17fd6506c7a1bc17e857bfc5529bb6fe" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0589/gvim_8.0.0589_x86.zip", + "hash": "87b4b0d68c371f2583fb82e3b08521bac8c1326f25eeb063716fa673542cc0ae" }, "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0587/gvim_8.0.0587_x64.zip", - "hash": "4417beb8d0f581db836fa54b1767a164cfa98c0a9be87441a776a87056e6b75c" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0589/gvim_8.0.0589_x64.zip", + "hash": "d0c149031bcb0adc825fafe3261e027b43fec247cecc6e06c286a4d9a1b855e7" } }, "extract_dir": "vim\\vim80",