From 11444328aeb15ec5e5c14dba4adecf872e2f8a50 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 17 Nov 2017 00:00:37 +0000 Subject: [PATCH] Update vim to version 8.0.1305 --- vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim.json b/vim.json index 482e9cd288..f8b09ac9de 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.1298", + "version": "8.0.1305", "architecture": { "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1298/gvim_8.0.1298_x86.zip", - "hash": "869acd6b6df2b7228742603aa75e1221568b7d3566854496b237c7f70793437a" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1305/gvim_8.0.1305_x86.zip", + "hash": "74318f072a234f441e84485017162613257ef9ae120a259a1f605d46084aafb1" }, "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1298/gvim_8.0.1298_x64.zip", - "hash": "5258aed3e6a1cb30ab0a4bd54295271ff7bfc900a7aab303c49080f61bbe40ef" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1305/gvim_8.0.1305_x64.zip", + "hash": "c21e225cabc3f2247c99ee547183535a9c7c84f04fad6d2545ded006e9b2697b" } }, "extract_dir": "vim\\vim80",