From 043688334271e3562a97b82042a25934da41897c Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 5 Jul 2019 13:01:50 +0000 Subject: [PATCH] neovim: Update to version 0.3.8 --- bucket/neovim.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/neovim.json b/bucket/neovim.json index dbcb450c10..385e3a9546 100644 --- a/bucket/neovim.json +++ b/bucket/neovim.json @@ -1,6 +1,6 @@ { "homepage": "https://neovim.io/", - "version": "0.3.7", + "version": "0.3.8", "description": "Vim-fork focused on extensibility and usability", "license": { "identifier": "Apache-2.0,MIT,Vim", @@ -8,12 +8,12 @@ }, "architecture": { "64bit": { - "url": "https://github.com/neovim/neovim/releases/download/v0.3.7/nvim-win64.zip", - "hash": "e049e28cb9d4c0c89de33f3a1266197e6b8c3bcb28677617f7117661de702235" + "url": "https://github.com/neovim/neovim/releases/download/v0.3.8/nvim-win64.zip", + "hash": "51999d80ee2f7bd67b274302063eef4d997a0b1a29868049d12541ebe68941dc" }, "32bit": { - "url": "https://github.com/neovim/neovim/releases/download/v0.3.7/nvim-win32.zip", - "hash": "c4cfe890c4c92a4a56716933775f20d819cfcd94e1575000b9a98be3713fff91" + "url": "https://github.com/neovim/neovim/releases/download/v0.3.8/nvim-win32.zip", + "hash": "625aa75cbed8fc25090d178174f08d35934e830f0d16cc23418d05ddd25e4716" } }, "extract_dir": "Neovim",