From df40f1350ade7c6ebc47c6801b528568985ccaf2 Mon Sep 17 00:00:00 2001 From: "Md. Touhidur Rahman" <46617994+touhidurrr@users.noreply.github.com> Date: Mon, 23 Dec 2024 12:39:31 +0600 Subject: [PATCH 1/4] resolves issues with `neovim-nightly` --- bucket/neovim-nightly.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/neovim-nightly.json b/bucket/neovim-nightly.json index d41d5af55df..ae88e8cd5ed 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": { @@ -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": { From bcc7f6fe120986e5e0986d151321a60b1662386d Mon Sep 17 00:00:00 2001 From: "Md. Touhidur Rahman" <46617994+touhidurrr@users.noreply.github.com> Date: Mon, 23 Dec 2024 12:54:22 +0600 Subject: [PATCH 2/4] 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 ae88e8cd5ed..8ba856e4949 100644 --- a/bucket/neovim-nightly.json +++ b/bucket/neovim-nightly.json @@ -12,7 +12,7 @@ "architecture": { "64bit": { "url": "https://github.com/neovim/neovim/releases/download/nightly/nvim-win64.zip", - "hash": "61659d1a2f204d9d1408d9c355f0cc5f024ad62f70e11856c030cd647f85909b" + "hash": "D5E3BC55A17E3D5A2423D782EA59639690AB0BCBFFA313DE561DFFFF7914FEB8" } }, "extract_dir": "nvim-win64", From dea3dd2e0606b5df63657cbfe5926dcae63e56ae Mon Sep 17 00:00:00 2001 From: "Md. Touhidur Rahman" <46617994+touhidurrr@users.noreply.github.com> Date: Mon, 23 Dec 2024 12:59:59 +0600 Subject: [PATCH 3/4] 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 8ba856e4949..6eea4cac0c5 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\\.]+\\d+)-dev-([a-f\\d]+)", + "regex": "NVIM v([\\d+\\.]+\\d+)-dev-([a-f\\d]+)", "replace": "${1}-${2}" }, "autoupdate": { From 9f4620318452820e7c99d18810101d888c758aa3 Mon Sep 17 00:00:00 2001 From: "Md. Touhidur Rahman" <46617994+touhidurrr@users.noreply.github.com> Date: Mon, 23 Dec 2024 13:02:01 +0600 Subject: [PATCH 4/4] 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 6eea4cac0c5..d0c7ecc60a5 100644 --- a/bucket/neovim-nightly.json +++ b/bucket/neovim-nightly.json @@ -12,7 +12,7 @@ "architecture": { "64bit": { "url": "https://github.com/neovim/neovim/releases/download/nightly/nvim-win64.zip", - "hash": "D5E3BC55A17E3D5A2423D782EA59639690AB0BCBFFA313DE561DFFFF7914FEB8" + "hash": "d5e3bc55a17e3d5a2423d782ea59639690ab0bcbffa313de561dffff7914feb8" } }, "extract_dir": "nvim-win64",