neovim: Update to version 0.10.1

This commit is contained in:
github-actions[bot] 2024-07-24 08:28:03 +00:00
parent 0e27056224
commit 780c532729

View File

@ -1,5 +1,5 @@
{ {
"version": "0.10.0", "version": "0.10.1",
"description": "Vim-fork focused on extensibility and usability", "description": "Vim-fork focused on extensibility and usability",
"homepage": "https://neovim.io/", "homepage": "https://neovim.io/",
"license": { "license": {
@ -11,14 +11,12 @@
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/neovim/neovim/releases/download/v0.10.0/nvim-win64.zip", "url": "https://github.com/neovim/neovim/releases/download/v0.10.1/nvim-win64.zip",
"hash": "e32390f8ed607c9a3749c2faba68e1dd9ecc6fa9a7cae544e4dadd810766d064" "hash": "6b9be9acb4f5011f7ab6f7390286a579534e05f0dcf8f37d503c4d40b4adf548"
} }
}, },
"extract_dir": "nvim-win64", "extract_dir": "nvim-win64",
"bin": [ "bin": "bin\\nvim.exe",
"bin\\nvim.exe"
],
"checkver": { "checkver": {
"url": "https://api.github.com/repositories/16408992/releases/latest", "url": "https://api.github.com/repositories/16408992/releases/latest",
"jsonpath": "$.body", "jsonpath": "$.body",