From 46d335ee5270ab1a79a73449f656c0d0b61778a9 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 19 Aug 2019 23:00:18 +0000 Subject: [PATCH] vim: Update to version 8.1.1890 --- bucket/vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vim.json b/bucket/vim.json index 33027a0888..5d1b90fdce 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.1866", + "version": "8.1.1890", "architecture": { "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.1866/gvim_8.1.1866_x64.zip", - "hash": "ad5e8bcad72fdb569781c3408f3cf4cca3e83425fc7974907dd13b1388e2d8cd" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.1890/gvim_8.1.1890_x64.zip", + "hash": "6fe65e29363d456ff120c61337e99574339bce06f62991b4e43d6d83d353c83c" }, "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.1866/gvim_8.1.1866_x86.zip", - "hash": "cc93e163c21a5b749071c2782125acc399fec88ba3a8df86d0f76b3c0e0948e0" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.1890/gvim_8.1.1890_x86.zip", + "hash": "110963dae0aa96946ff54dcc981a20cc56b694e8782f0731223ce907d5e56b2f" } }, "extract_dir": "vim\\vim81",