From 7aafe2a845f1d7798accb1992139e1c12f252415 Mon Sep 17 00:00:00 2001 From: qwjyh Date: Thu, 19 Jan 2023 16:05:54 +0900 Subject: [PATCH] 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)" } }