Skip to content

Commit

Permalink
Bump to v4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JCWasmx86 committed May 3, 2024
1 parent 25fdc99 commit 86c0337
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## next

- Bump mesonlsp to v4.2.2

## 1.23.0

⚠️⚠️ It's important to update, as it contains a version of mesonlsp that is not
Expand Down
10 changes: 5 additions & 5 deletions src/lsp/mesonlsp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,25 @@ export class MesonLSPLanguageClient extends LanguageServerClient {
private static artifacts: { [key: string]: { name: string; hash: string } } = {
"win32-x64": {
name: "mesonlsp-x86_64-pc-windows-gnu.zip",
hash: "307078efdc91ead3bb86850c4438547dd94f98d2403937d9aab47d318421e866",
hash: "06eca4e3d3d90899653c7753d03a6ec2145cc176e4c84f203c4c4b636fa29d7b",
},
"darwin-x64": {
name: "mesonlsp-x86_64-apple-darwin.zip",
hash: "c93129b5a331e1ee29e2241e262564808ed523e43bc2b00d1512ff04ca9c77e7",
hash: "cc09759c747d43df2caa2e9388836f399c1e24778c56865f21d0af9069612b07",
},
"darwin-arm64": {
name: "mesonlsp-aarch64-apple-darwin.zip",
hash: "12ec62cb5c2a852b9f99e2844fc350a22d62519d4aab1b757e99f116a0b84680",
hash: "5b18d33c406d22dd526ba4efa5fa4e950cd488e59a8b109799fecd231cd884ea",
},
"linux-x64": {
name: "mesonlsp-x86_64-unknown-linux-musl.zip",
hash: "055ab2d2fa0328c9d5c41f918b4a8c44b196232a1eef22384ef8073d81be945b",
hash: "f5d1178721cd35575d3d94164de112a8925a10cc25eb6b4567913b197d92d601",
},
};

static override repoURL: string = "https://github.com/JCWasmx86/mesonlsp";
static override setupURL: string = "https://github.com/JCWasmx86/mesonlsp/tree/main/docs";
static override version: string = "4.1.8";
static override version: string = "4.2.2";

get runExe(): Executable {
return {
Expand Down

0 comments on commit 86c0337

Please sign in to comment.