neovim: Update to version 0.5.1

This commit is contained in:
Jakub Čábera 2021-09-27 01:17:58 -07:00
parent 904e86610d
commit 6dfd5c5337

View File

@ -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",