From 79529eb8e334142d0f9e3a4898c1f27a343a1894 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sun, 27 Aug 2017 20:00:28 +0000 Subject: [PATCH] Update vim to version 8.0.1002 --- vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim.json b/vim.json index c903888b28..006bceffbe 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.0995", + "version": "8.0.1002", "architecture": { "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0995/gvim_8.0.0995_x86.zip", - "hash": "daf621babee6f25d25bdb9d5af6e18d26748f71b40bebcdb73e00b81160096ac" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1002/gvim_8.0.1002_x86.zip", + "hash": "65a300dd9ec473c8bbfc95fea864c115e13da8046280503629a052f50f009b06" }, "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0995/gvim_8.0.0995_x64.zip", - "hash": "1b63ce63b15f3703ea6249cbe33bd1c67f182a5d62c2c1edf44da64e6d27918a" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1002/gvim_8.0.1002_x64.zip", + "hash": "1548092c106818e695719a04417b5cff37218164a9c5b27fafcac191fbfef02a" } }, "extract_dir": "vim\\vim80",