From d9d6b21082ebde04c5f8ca7efeaa4985fb7f1875 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sat, 17 Jun 2017 23:00:31 +0000 Subject: [PATCH] Update vim to version 8.0.0646 --- vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim.json b/vim.json index 5cba96002f..69f13eb50d 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.0642", + "version": "8.0.0646", "architecture": { "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0642/gvim_8.0.0642_x86.zip", - "hash": "61861e66811acd0000d50aef07fcc1cb5729db7a0b37511163320c65233c4e53" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0646/gvim_8.0.0646_x86.zip", + "hash": "f2190f1cc6eab0f72c0c4e26e90058fa34fd7794a58c48856d11edacbd1d1be7" }, "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0642/gvim_8.0.0642_x64.zip", - "hash": "b6208d033ae49fd322dd2cbead65134a885984319036dd045b32087c14bcbcc8" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0646/gvim_8.0.0646_x64.zip", + "hash": "a8d9085a23c38397f30d87eb45fd3a9f5f4b70fdd7f6d1fde553ac4d0fc5224b" } }, "extract_dir": "vim\\vim80",