From 3c87b9195599c394beb2c03878ce2b35a0d390f2 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 21 Jul 2017 23:00:36 +0000 Subject: [PATCH] Update vim to version 8.0.0740 --- vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim.json b/vim.json index 8c6c7320b3..ade66953b0 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.0739", + "version": "8.0.0740", "architecture": { "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0739/gvim_8.0.0739_x86.zip", - "hash": "bb30935583cbeac699cb6e9c94ffd434f4b7328d43280ce6656c0636f9ee1cbb" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0740/gvim_8.0.0740_x86.zip", + "hash": "0377ec6d3d56389b7be04ce55f705c400d05738635b8455eda70c41bc1a0e751" }, "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0739/gvim_8.0.0739_x64.zip", - "hash": "3fb96aa39034cb2d5aa3bc8835b0716931a6370589e0a178e4f2c3b9070c0c80" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0740/gvim_8.0.0740_x64.zip", + "hash": "d6b973ed488115429a97bd421730723f55e90d25927bdb1d75739ea6f1e4904e" } }, "extract_dir": "vim\\vim80",