From 32c7ac9bcbcb9a8ebd704c2d1f5d244a0c49c23d Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sat, 12 May 2018 23:00:47 +0000 Subject: [PATCH] Update vim to version 8.0.1826 --- vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim.json b/vim.json index c753cbfcf1..6c55537fa1 100644 --- a/vim.json +++ b/vim.json @@ -1,15 +1,15 @@ { "homepage": "http://www.vim.org", "license": "Vim", - "version": "8.0.1815", + "version": "8.0.1826", "architecture": { "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1815/gvim_8.0.1815_x86.zip", - "hash": "049caa0b805ea5485c62b13fa9ceb7ad50126c5c36adc288c5b55404037b7c4a" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1826/gvim_8.0.1826_x86.zip", + "hash": "16c82d5be702df9b8d23941a4885726b9c5dbb07d2e854d29a74317d0a4e35c2" }, "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1815/gvim_8.0.1815_x64.zip", - "hash": "cfa067b204f386b939f62f133be11243ae6f42fe9a42081e852868c6fe5475af" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.0.1826/gvim_8.0.1826_x64.zip", + "hash": "575a91268b163377dafe66247db9018e3ac29fb5b7ba3785e4bcdba357f94cea" } }, "extract_dir": "vim\\vim80",