From 9841ee4f8e23146e06104271abefcc76c2bc951b Mon Sep 17 00:00:00 2001 From: qwjyh Date: Mon, 15 Apr 2024 21:12:10 +0900 Subject: [PATCH] fixup! add typst-lsp --- bucket/typst-lsp.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bucket/typst-lsp.json b/bucket/typst-lsp.json index 868492c..15259a7 100644 --- a/bucket/typst-lsp.json +++ b/bucket/typst-lsp.json @@ -6,13 +6,13 @@ "architecture": { "64bit": { "url": "https://github.com/nvarner/typst-lsp/releases/download/v0.13.0/typst-lsp-x86_64-pc-windows-msvc.exe", - "hash": "8dd872bdefc0575db7de5457eca2722d71af13b2e889288828052b791760842d", + "hash": "8dd872bdefc0575db7de5457eca2722d71af13b2e889288828052b791760842d" } }, "bin": [ ["typst-lsp-x86_64-pc-windows-msvc.exe", "typst-lsp"] ], "checkver": { - "github": "https://github.com/nvarner/typst-lsp/releases/", + "github": "https://github.com/nvarner/typst-lsp/releases/" } }