From be9d23afb4a19c5cfd130fbe382f1d34630c7f6b Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 28 Jun 2019 23:00:19 +0000 Subject: [PATCH] vim: Update to version 8.1.1605 --- bucket/vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vim.json b/bucket/vim.json index 165151df8f..dd678f495a 100644 --- a/bucket/vim.json +++ b/bucket/vim.json @@ -1,15 +1,15 @@ { "homepage": "http://www.vim.org", "license": "Vim", - "version": "8.1.1601", + "version": "8.1.1605", "architecture": { "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.1601/gvim_8.1.1601_x64.zip", - "hash": "39fadfbbf639031f4176788f4d5dd66fd1696f0a79cb41460c3b51ab7b3653cd" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.1605/gvim_8.1.1605_x64.zip", + "hash": "b284ea25323280ce459607313e57624d7861d68ba4ab069078c1c8faff4473f8" }, "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.1601/gvim_8.1.1601_x86.zip", - "hash": "b542ff1d298b99d5a2059c8a1dc4261c797c4500a824911fe24cc9f7332302aa" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.1605/gvim_8.1.1605_x86.zip", + "hash": "cdf74dae249c42637165efabcf83da374b8ed569595b1c504a1e567c5e337b93" } }, "extract_dir": "vim\\vim81",