From 6fbc2a443d5e0cb65fe3d2d2363c8677a6d1ad86 Mon Sep 17 00:00:00 2001 From: "Md. Touhidur Rahman" <46617994+touhidurrr@users.noreply.github.com> Date: Mon, 23 Dec 2024 12:06:33 +0600 Subject: [PATCH 1/2] Update neovim-nightly.json fixes #1717 --- bucket/neovim-nightly.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/neovim-nightly.json b/bucket/neovim-nightly.json index d41d5af55df..3af4ca53f9c 100644 --- a/bucket/neovim-nightly.json +++ b/bucket/neovim-nightly.json @@ -1,5 +1,5 @@ { - "version": "0.11.0-1397", + "version": "0.11.0-1401", "description": "Vim fork focused on extensibility and usability", "homepage": "https://neovim.io", "license": { From bade665f8f444f661a5c9876c008df0080064cec Mon Sep 17 00:00:00 2001 From: "Md. Touhidur Rahman" <46617994+touhidurrr@users.noreply.github.com> Date: Mon, 23 Dec 2024 12:33:29 +0600 Subject: [PATCH 2/2] Update neovim-nightly.json --- bucket/neovim-nightly.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/neovim-nightly.json b/bucket/neovim-nightly.json index 3af4ca53f9c..ae88e8cd5ed 100644 --- a/bucket/neovim-nightly.json +++ b/bucket/neovim-nightly.json @@ -20,7 +20,7 @@ "checkver": { "url": "https://api.github.com/repositories/16408992/releases/tags/nightly", "jsonpath": "$.body", - "regex": "NVIM v([\\d.]+)-dev-([a-f\\d]+)", + "regex": "NVIM v([\\d\\.]+\\d+)-dev-([a-f\\d]+)", "replace": "${1}-${2}" }, "autoupdate": {