From 775624788cf6d059d706efe19b706bb1b9c646ea Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Wed, 11 Dec 2019 00:00:41 +0000 Subject: [PATCH] vim: Update to version 8.1.2418 --- bucket/vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vim.json b/bucket/vim.json index 91fd008004..eea2e2fb1c 100644 --- a/bucket/vim.json +++ b/bucket/vim.json @@ -2,15 +2,15 @@ "homepage": "http://www.vim.org", "description": "A highly configurable text editor for efficiently creating and changing any kind of text.", "license": "Vim", - "version": "8.1.2414", + "version": "8.1.2418", "architecture": { "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2414/gvim_8.1.2414_x64.zip", - "hash": "65ecf22d61925ad6032c8dfb6923b2de14041541c47c94a1f0aa39557548afb9" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2418/gvim_8.1.2418_x64.zip", + "hash": "6205b3adb445f46aaa621796ef5d285a868efb01ab73449f57d372633a7f9430" }, "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2414/gvim_8.1.2414_x86.zip", - "hash": "ef1f43aed99106db59077754231ab50d0802d8b589478b461c18de97b9800301" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.2418/gvim_8.1.2418_x86.zip", + "hash": "7d4d15801853502e525ebd6d0d4cc81326348303593f60b786fdc9fb36097471" } }, "extract_dir": "vim\\vim81",