From b6910b1367dda1a1580ae408b28fa517eb9701b4 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sun, 9 Jul 2017 23:00:31 +0000 Subject: [PATCH] Update vim to version 8.0.0704 --- vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim.json b/vim.json index 9228ed9258..e45f6ec1d2 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.0702", + "version": "8.0.0704", "architecture": { "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0702/gvim_8.0.0702_x86.zip", - "hash": "8282cff6e59a1bd3ed3b7ce3522cfd9ad5c19a0414ab21a778afe940e7214117" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0704/gvim_8.0.0704_x86.zip", + "hash": "a118b4b8f5eea95442d364d4b7ce6a17381e2e6de5798683d736db3aa6ea83ed" }, "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0702/gvim_8.0.0702_x64.zip", - "hash": "68a152b99a6adc902293e4dbd1ca5f6fc7c73d2b53807392dde300ffa79ef092" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0704/gvim_8.0.0704_x64.zip", + "hash": "1f489afb76b9e8d9ce4f8ee92370d8de0e53adf477ed902d697d846e334a614d" } }, "extract_dir": "vim\\vim80",