Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit ed81fe4

Browse files
author
Massimiliano Bertinetti
authored
Update main.ts
1 parent 9d9a59b commit ed81fe4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ import decompress = require("decompress");
88
const serverDownload = {
99
darwin: {
1010
url:
11-
"https://github.com/crystal-lang-tools/scry/releases/download/v0.7.1/scry_macOS.tar.gz"
11+
"https://github.com/crystal-lang-tools/scry/releases/download/v0.8.1/scry_macOS.tar.gz"
1212
},
1313
linux: {
1414
url:
15-
"https://github.com/crystal-lang-tools/scry/releases/download/v0.7.1/scry_linux.tar.gz"
15+
"https://github.com/crystal-lang-tools/scry/releases/download/v0.8.1/scry_linux.tar.gz"
1616
}
1717
};
1818
const serverBinary = "scry";

0 commit comments

Comments
 (0)