From a82b7a07400413c147ed75509e29e1083a44e3e2 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 22 Aug 2019 23:00:19 +0000 Subject: [PATCH] vim: Update to version 8.1.1912 --- bucket/vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vim.json b/bucket/vim.json index abbc680797..5ee79b2992 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.1896", + "version": "8.1.1912", "architecture": { "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.1896/gvim_8.1.1896_x64.zip", - "hash": "81c43314a32e465c6f5b4f2f2c1784ea849c756c0d4c7888136034d52746a11f" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.1912/gvim_8.1.1912_x64.zip", + "hash": "bce82756a261687411f844827e0e1432a5b335e0005f404e432db6c36be09669" }, "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.1896/gvim_8.1.1896_x86.zip", - "hash": "61c731e056dd4b12ebed89f9f121b968605f7fcb9bca234b3f2e0f220e0f30e9" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.1912/gvim_8.1.1912_x86.zip", + "hash": "282dc4eeaeee0e2dd11f9fdc0ee5b0339422c9c4fd442b37cfea96aeb6aa7e2e" } }, "extract_dir": "vim\\vim81",