From 6dfd5c53377becd8677e2506aafa0f8c130acfbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Mon, 27 Sep 2021 01:17:58 -0700 Subject: [PATCH] neovim: Update to version 0.5.1 --- bucket/neovim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/neovim.json b/bucket/neovim.json index 18328843ac..fe0b537a85 100644 --- a/bucket/neovim.json +++ b/bucket/neovim.json @@ -1,5 +1,5 @@ { - "version": "0.5.0", + "version": "0.5.1", "description": "Vim-fork focused on extensibility and usability", "homepage": "https://neovim.io/", "license": { @@ -11,12 +11,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/neovim/neovim/releases/download/v0.5.0/nvim-win64.zip", - "hash": "0064bd9f6b270158212ec0a55c1e7255562d4813ad3316592b1f74df041d3c06" + "url": "https://github.com/neovim/neovim/releases/download/v0.5.1/nvim-win64.zip", + "hash": "0e0dd552a1f28b222b10c07fb94787548cf443b0db6845cf683857e2e13724d2" }, "32bit": { - "url": "https://github.com/neovim/neovim/releases/download/v0.5.0/nvim-win32.zip", - "hash": "9d0dcdc535ace7500e8395e2d814a415fb9405aedb5cb56382b9f96f98c272e9" + "url": "https://github.com/neovim/neovim/releases/download/v0.5.1/nvim-win32.zip", + "hash": "d098236b443f487ac82be522e50c4259ee2043370943404db3ab38e06d6d39fa" } }, "extract_dir": "Neovim",