From ffbd204a4f3da3e3a87bffc84880b98c5641529d Mon Sep 17 00:00:00 2001 From: qwjyh Date: Thu, 19 Jan 2023 15:18:52 +0900 Subject: [PATCH 1/3] fix: cbqn checkver url --- bucket/cbqn.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bucket/cbqn.json b/bucket/cbqn.json index 581bf31..9165bf7 100644 --- a/bucket/cbqn.json +++ b/bucket/cbqn.json @@ -12,6 +12,6 @@ }, "bin": ["BQN.exe"], "checkver": { - "github": "https://github.com/actalley/WinBQN/releases" + "github": "https://github.com/actalley/WinBQN/" } } From 04542cc7fb5a96810f27004120ff868f2ae2aa85 Mon Sep 17 00:00:00 2001 From: qwjyh Date: Thu, 19 Jan 2023 16:01:59 +0900 Subject: [PATCH 2/3] fix: cbqn checkver method --- bucket/cbqn.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bucket/cbqn.json b/bucket/cbqn.json index 9165bf7..f4501d3 100644 --- a/bucket/cbqn.json +++ b/bucket/cbqn.json @@ -12,6 +12,8 @@ }, "bin": ["BQN.exe"], "checkver": { - "github": "https://github.com/actalley/WinBQN/" + "url": "https://api.github.com/repos/actalley/WinBQN/releases", + "jsonpath": "$[0].name", + "regex": "v([\\d.]+-alpha)" } } From 7aafe2a845f1d7798accb1992139e1c12f252415 Mon Sep 17 00:00:00 2001 From: qwjyh Date: Thu, 19 Jan 2023 16:05:54 +0900 Subject: [PATCH 3/3] fix: cbqn replace tab with spaces --- bucket/cbqn.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/cbqn.json b/bucket/cbqn.json index f4501d3..8f2378d 100644 --- a/bucket/cbqn.json +++ b/bucket/cbqn.json @@ -12,8 +12,8 @@ }, "bin": ["BQN.exe"], "checkver": { - "url": "https://api.github.com/repos/actalley/WinBQN/releases", - "jsonpath": "$[0].name", - "regex": "v([\\d.]+-alpha)" + "url": "https://api.github.com/repos/actalley/WinBQN/releases", + "jsonpath": "$[0].name", + "regex": "v([\\d.]+-alpha)" } }