From b0b9a0793f88679082cad0bfdc2bd81f35cce8ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Thu, 6 Aug 2020 08:10:09 +0200 Subject: [PATCH] neovim: Update to version 0.4.4 --- bucket/neovim.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bucket/neovim.json b/bucket/neovim.json index 4277943e03..5ee1a863c9 100644 --- a/bucket/neovim.json +++ b/bucket/neovim.json @@ -1,19 +1,19 @@ { - "homepage": "https://neovim.io/", - "version": "0.4.3", + "version": "0.4.4", "description": "Vim-fork focused on extensibility and usability", + "homepage": "https://neovim.io/", "license": { "identifier": "Apache-2.0,Vim", "url": "https://github.com/neovim/neovim/blob/master/LICENSE" }, "architecture": { "64bit": { - "url": "https://github.com/neovim/neovim/releases/download/v0.4.3/nvim-win64.zip", - "hash": "549fd985e3e6207dc3d52d17fb2bc7957adc264f20b525fc7e62f8dc8c597931" + "url": "https://github.com/neovim/neovim/releases/download/v0.4.4/nvim-win64.zip", + "hash": "4b88daae8427624f82abb10eb6e527f4b0c600e83aaa9a0857d06106b445bbd3" }, "32bit": { - "url": "https://github.com/neovim/neovim/releases/download/v0.4.3/nvim-win32.zip", - "hash": "4f63f55697afaf4d9f82204768fd7ad3e98cc554f2745afd4a160d50a63d1025" + "url": "https://github.com/neovim/neovim/releases/download/v0.4.4/nvim-win32.zip", + "hash": "2b8011cbe4a4028d8fddfecf555b5a66d05ad34d36e242ff26b418ddf33b323f" } }, "extract_dir": "Neovim",