From 9422a8e974478c860bc95aadf02d2e9901576e07 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 12 Jun 2017 01:00:35 +0200 Subject: [PATCH] Update vim to version 8.0.0636 --- vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim.json b/vim.json index 097e6e9ff5..38fedced69 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.0633", + "version": "8.0.0636", "architecture": { "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0633/gvim_8.0.0633_x86.zip", - "hash": "923571f688491c36ab9562a76debbb40714c99870eb15c7a68baa976c2572b7a" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0636/gvim_8.0.0636_x86.zip", + "hash": "8f031e75b4021e9174f181c837b87996c51b71fac699485ed8c38ee8d4b5b1b9" }, "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0633/gvim_8.0.0633_x64.zip", - "hash": "8cbef4c08afd04830f995272c02780708b38525a166da2e0d363f2cd1568ce5a" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.0636/gvim_8.0.0636_x64.zip", + "hash": "ecc3c43770f6bc264b56a81c163f6e2820cda45c9832730449a20d08a30782ed" } }, "extract_dir": "vim\\vim80",