From f67d1b9b39ea950feb4cd51922b345991fe7113a Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 29 Jun 2018 23:00:34 +0000 Subject: [PATCH] vim: Update to version 8.1.0127 --- vim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vim.json b/vim.json index 75ced2d27a..881513b4bb 100644 --- a/vim.json +++ b/vim.json @@ -1,15 +1,15 @@ { "homepage": "http://www.vim.org", "license": "Vim", - "version": "8.1.0126", + "version": "8.1.0127", "architecture": { "32bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.0126/gvim_8.1.0126_x86.zip", - "hash": "362ae3c46023f2953c4eae1334c1bd06bd3b7651d6f0773a65b94a7f22f45682" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.0127/gvim_8.1.0127_x86.zip", + "hash": "7ff7533d3981e7acb7f296ea4bc92ba7e927cb0eabe68398bd22dec035032575" }, "64bit": { - "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.0126/gvim_8.1.0126_x64.zip", - "hash": "985844343cba7e43706cf754cda47848c9a2d205798939ad328bb62d84cda8a5" + "url": "https://github.com/vim/vim-win32-installer/releases/download/v8.1.0127/gvim_8.1.0127_x64.zip", + "hash": "7fd866ad4091f8185e7893f06733233c7a268a9b1aab2ff70c92ab51b054a3fa" } }, "extract_dir": "vim\\vim81",