From d3d53697f590179b1437b4e872d783fd98bcb56a Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Mon, 16 Sep 2019 00:00:27 +0000 Subject: [PATCH] neovim: Update to version 0.4.0 --- bucket/neovim.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/neovim.json b/bucket/neovim.json index 3dd2014d8c..d86f03755d 100644 --- a/bucket/neovim.json +++ b/bucket/neovim.json @@ -1,6 +1,6 @@ { "homepage": "https://neovim.io/", - "version": "0.3.8", + "version": "0.4.0", "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.3.8/nvim-win64.zip", + "url": "https://github.com/neovim/neovim/releases/download/v0.4.0/nvim-win64.zip", "hash": "51999d80ee2f7bd67b274302063eef4d997a0b1a29868049d12541ebe68941dc" }, "32bit": { - "url": "https://github.com/neovim/neovim/releases/download/v0.3.8/nvim-win32.zip", + "url": "https://github.com/neovim/neovim/releases/download/v0.4.0/nvim-win32.zip", "hash": "625aa75cbed8fc25090d178174f08d35934e830f0d16cc23418d05ddd25e4716" } },