Skip to content

Commit

Permalink
Swift-MesonLSP: Bump to v3.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
JCWasmx86 committed Oct 27, 2023
1 parent b718f54 commit f4b0e73
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 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 Swift-MesonLSP to v3.0.19

## 1.14.1

- Bump Swift-MesonLSP to v3.0.6 that provides an important bugfix.
Expand Down
8 changes: 4 additions & 4 deletions src/lsp/swift-mesonlsp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ export class SwiftMesonLspLanguageClient extends LanguageServerClient {
private static artifacts: { [key: string]: { name: string; hash: string } } = {
"win32-x64": {
name: "Swift-MesonLSP-win64.zip",
hash: "5a43030f6bcd98bc1c4fdced827f0185af08fe7397cc08ecd29878b8fff3b18d",
hash: "2d97edb0a51c27a51f23e5ea1399e4bc9fa272abb9c1e11e247f129af8c97fe4",
},
"darwin-x64": {
name: "Swift-MesonLSP-macos12.zip",
hash: "024457775bbaa55ce1a0c1ba65a8f92c4c7879ee42c7d7259f131bbb02fb3fa2",
hash: "138262bf74a214a2bec737d7058d64a9212d92a764a3d034672c0d223058d440",
},
"linux-x64": {
name: "Swift-MesonLSP.zip",
hash: "f0bd8294a91feecdaa6aeedb20d390f445d74bfba37c274de981878cc26b2a2b",
hash: "2c04e926fdff84aa776083f805180709571718f7f6d0430868ba8bcf9298a0d7",
},
};

static override repoURL: string = "https://github.com/JCWasmx86/Swift-MesonLSP";
static override setupURL: string = "https://github.com/JCWasmx86/Swift-MesonLSP/tree/main/Docs";
static override version: string = "3.0.6";
static override version: string = "v3.0.19";

get runExe(): Executable {
return {
Expand Down

0 comments on commit f4b0e73

Please sign in to comment.