From a0097db9b7c582dd045eb76008d4f4b7ed0bf849 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 1 Dec 2017 00:00:31 +0000 Subject: [PATCH] Update vim to version 8.0.1360 --- vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim.json b/vim.json index 3b7b9ac29b..648a54afc2 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.1358", + "version": "8.0.1360", "architecture": { "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1358/gvim_8.0.1358_x86.zip", - "hash": "fdfc45dab20de55cf78607df1ec6b7bcc3b3abba5ea1a498882ebb7ffa53c935" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1360/gvim_8.0.1360_x86.zip", + "hash": "a6e67742aebd4cbdd3f3bdcdd993b9741e213da2f7dff7451c6e0789cf63cd45" }, "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1358/gvim_8.0.1358_x64.zip", - "hash": "029ea724e5dd03ef1b5bf1e69b57194299b075a626361f59e26305bf45ef3c13" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1360/gvim_8.0.1360_x64.zip", + "hash": "aa4bd3d37be8e99b7fc63701522de3b89340bfb179b46cb866579b0bdfbae6bf" } }, "extract_dir": "vim\\vim80",