From 3580a722e0b188c64fb8bd853d45d2956c82f6bb Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sat, 8 Apr 2017 03:00:15 +0200 Subject: [PATCH] Update vim to version 8.0.0550 --- vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim.json b/vim.json index f8577b4505..8c2295e960 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.0543", + "version": "8.0.0550", "architecture": { "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0543/gvim_8.0.0543_x86.zip", - "hash": "c871f4ffee6809fe2b089e924ba02d288961aaeb5419e62e07894cf39c610a87" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0550/gvim_8.0.0550_x86.zip", + "hash": "47995984c6ac236a71426ff7b44f23c77e991c524d92efb172bd4ab7d9944cb9" }, "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0543/gvim_8.0.0543_x64.zip", - "hash": "00189b6599c13d66991ab11042adb268615f45b832ee10826402867b91df481a" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0550/gvim_8.0.0550_x64.zip", + "hash": "19dae1f5a54edb7cadfb0b7e9b7b109129a4ff0cc34d7fc614ed307f9c2c9423" } }, "extract_dir": "vim\\vim80",