From 1945f0d6a5d91a05fb9db194dde91e53a37306f9 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 16 Sep 2019 05:00:19 +0000 Subject: [PATCH] neovim: Update to version 0.4.2 --- bucket/neovim.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/neovim.json b/bucket/neovim.json index d86f03755d..ecc5330f94 100644 --- a/bucket/neovim.json +++ b/bucket/neovim.json @@ -1,6 +1,6 @@ { "homepage": "https://neovim.io/", - "version": "0.4.0", + "version": "0.4.2", "description": "Vim-fork focused on extensibility and usability", "license": { "identifier": "Apache-2.0,Vim", @@ -8,11 +8,11 @@ }, "architecture": { "64bit": { - "url": "https://github.com/neovim/neovim/releases/download/v0.4.0/nvim-win64.zip", + "url": "https://github.com/neovim/neovim/releases/download/v0.4.2/nvim-win64.zip", "hash": "51999d80ee2f7bd67b274302063eef4d997a0b1a29868049d12541ebe68941dc" }, "32bit": { - "url": "https://github.com/neovim/neovim/releases/download/v0.4.0/nvim-win32.zip", + "url": "https://github.com/neovim/neovim/releases/download/v0.4.2/nvim-win32.zip", "hash": "625aa75cbed8fc25090d178174f08d35934e830f0d16cc23418d05ddd25e4716" } },