From 2afe679c08d638bd9efe9e2cb8a6b31250b7e9de Mon Sep 17 00:00:00 2001 From: KOGA Mitsuhiro Date: Sun, 20 Nov 2022 20:08:52 +0900 Subject: [PATCH] neovim: Update to version 0.8.1 (#4142) --- bucket/neovim.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/bucket/neovim.json b/bucket/neovim.json index 1476687848..18e566558e 100644 --- a/bucket/neovim.json +++ b/bucket/neovim.json @@ -1,5 +1,5 @@ { - "version": "0.8.0", + "version": "0.8.1", "description": "Vim-fork focused on extensibility and usability", "homepage": "https://neovim.io/", "license": { @@ -11,8 +11,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/neovim/neovim/releases/download/v0.8.0/nvim-win64.zip", - "hash": "c52e0a93e8bd7e0192c3fe4552d8b0fb66fc8e08b6949e92340cccc4fa3a9bd0" + "url": "https://github.com/neovim/neovim/releases/download/v0.8.1/nvim-win64.zip", + "hash": "1332cc7eded77ec3284ef648b6d54beb6d0f8be8eb7789483d46ff466343afb4" } }, "extract_dir": "nvim-win64", @@ -27,7 +27,10 @@ ] ], "checkver": { - "github": "https://github.com/neovim/neovim" + "url": "https://api.github.com/repos/neovim/neovim/releases/latest", + "jsonpath": "$.body", + "regex": "NVIM v(?[\\w.-]+)\\.(?[\\w.-]+)\\.(?[\\w.-]+)", + "replace": "${majorVersion}.${minorVersion}.${patchVersion}" }, "autoupdate": { "architecture": {