From 23e3304993ff74e67b1041b461afa2069e2b97be Mon Sep 17 00:00:00 2001 From: qwjyh Date: Sun, 5 May 2024 03:45:37 +0900 Subject: [PATCH] fix checkver for typst-lsp --- bucket/typst-lsp.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bucket/typst-lsp.json b/bucket/typst-lsp.json index 15259a7..14d2dec 100644 --- a/bucket/typst-lsp.json +++ b/bucket/typst-lsp.json @@ -12,7 +12,5 @@ "bin": [ ["typst-lsp-x86_64-pc-windows-msvc.exe", "typst-lsp"] ], - "checkver": { - "github": "https://github.com/nvarner/typst-lsp/releases/" - } + "checkver": "github" }