From 06fa81cdf5396842b1aa615a4f0ab088a16d7771 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sun, 3 Dec 2017 00:00:31 +0000 Subject: [PATCH] Update vim to version 8.0.1365 --- vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim.json b/vim.json index 9ba055e397..058a3ae203 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.1362", + "version": "8.0.1365", "architecture": { "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1362/gvim_8.0.1362_x86.zip", - "hash": "d4b6fe885d6d206a7a7d8527b70fc5dadfdb603159a7c59b1cb62501b4528eac" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1365/gvim_8.0.1365_x86.zip", + "hash": "9def38cb6a24c8413b7eefba37ef35b3b47b1b30f8ff14d294f7f5c1dfd3bad3" }, "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1362/gvim_8.0.1362_x64.zip", - "hash": "6bbdc43204c671ecee4484690248fade55141876b70a606a7886a261b31df926" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1365/gvim_8.0.1365_x64.zip", + "hash": "c678fc5491dad2fc818b4c122022b575e6a64f54ed83b1b52c678ae65163839e" } }, "extract_dir": "vim\\vim80",