From 296fc0e19578e74319702d221949284d35fcee27 Mon Sep 17 00:00:00 2001 From: Eugene Klimov Date: Thu, 15 Jun 2023 15:35:54 +0400 Subject: [PATCH] zls: Add version 0.10.0 (#4886) * add zls 0.10.0 * Update bucket/zls.json Co-authored-by: HUMORCE * Update bucket/zls.json Co-authored-by: HUMORCE --------- Co-authored-by: HUMORCE --- bucket/zls.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 bucket/zls.json diff --git a/bucket/zls.json b/bucket/zls.json new file mode 100644 index 0000000000..4f416209a7 --- /dev/null +++ b/bucket/zls.json @@ -0,0 +1,22 @@ +{ + "version": "0.10.0", + "description": "Zig language LSP server", + "homepage": "https://github.com/zigtools/zls", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/zigtools/zls/releases/download/0.10.0/x86_64-windows.tar.zst", + "hash": "d7b21059eb5bf15197fbb9b74791921393f778fc180b13f1d1f502136da53598" + } + }, + "bin": "bin\\zls.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/zigtools/zls/releases/download/$version/x86_64-windows.tar.zst" + } + } + } +} +