diff --git a/bucket/tinymist.json b/bucket/tinymist.json new file mode 100644 index 0000000..6e9b3ae --- /dev/null +++ b/bucket/tinymist.json @@ -0,0 +1,16 @@ +{ + "version": "0.11.15", + "description": "A brand-new language server for Typst", + "homepage": "https://github.com/Myriad-Dreamin/tinymist", + "license": "Apache-2.0", + "architecture": { + "64bit": { + "url": "https://github.com/Myriad-Dreamin/tinymist/releases/download/v0.11.15/tinymist-win32-x64.exe", + "hash": "2e57e341b782dfc43eaf29facb41a00113d64719c0fc048ab545998309614343" + } + }, + "bin": [ + ["tinymist-win32-x64.exe", "tinymist"] + ], + "checkver": "github" +}