From 28eb25b9f9df0252fae5e7002f6c36d8fb483c8f Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 28 Jul 2017 23:00:35 +0000 Subject: [PATCH] Update vim to version 8.0.0799 --- vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim.json b/vim.json index cdb8c5bcd8..7f16b62e95 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.0785", + "version": "8.0.0799", "architecture": { "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0785/gvim_8.0.0785_x86.zip", - "hash": "7a5b7d507a51eaaa96b6bdba2e4c2d0c3428962484a446a781f3490b67158bf7" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0799/gvim_8.0.0799_x86.zip", + "hash": "5b07089ddf257a7730fcf724a7a98dc5fce23e9c31e6ba888e4c1e75fe856fc6" }, "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0785/gvim_8.0.0785_x64.zip", - "hash": "e3fbb2876ee9f846383a192007f8d9189ab1b8b744b7d53af15671fb9b019bb6" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0799/gvim_8.0.0799_x64.zip", + "hash": "6718b34b244cbae0eb3915b566d283a4a22cf0843769e6e162ced06b390a1d1d" } }, "extract_dir": "vim\\vim80",