From e35be2b9a7f23fc44d692300bcc8db1cf6e85817 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Tue, 28 May 2019 23:00:36 +0000 Subject: [PATCH] neovim: Update to version 0.3.6 --- bucket/neovim.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/neovim.json b/bucket/neovim.json index b6ce293c07..2e0022f290 100644 --- a/bucket/neovim.json +++ b/bucket/neovim.json @@ -1,6 +1,6 @@ { "homepage": "https://neovim.io/", - "version": "0.3.5", + "version": "0.3.6", "description": "Vim-fork focused on extensibility and usability", "license": { "identifier": "Apache-2.0,MIT,Vim", @@ -8,11 +8,11 @@ }, "architecture": { "64bit": { - "url": "https://github.com/neovim/neovim/releases/download/v0.3.5/nvim-win64.zip", + "url": "https://github.com/neovim/neovim/releases/download/v0.3.6/nvim-win64.zip", "hash": "8ae18bf555433535b6406935f3a8979026034b4981619ff6abceff4358940f66" }, "32bit": { - "url": "https://github.com/neovim/neovim/releases/download/v0.3.5/nvim-win32.zip", + "url": "https://github.com/neovim/neovim/releases/download/v0.3.6/nvim-win32.zip", "hash": "a0e33abc79bb30b92aa273fd9c66db54676a9f0136c034861d2a51de58a2f08a" } },