starpls: 0.1.15 -> 0.1.17 (#360344)

This commit is contained in:
Aaron Jheng 2024-12-04 05:18:37 +08:00 committed by GitHub
parent 6c4abe5336
commit 776885fdf5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 12 additions and 7 deletions

View File

@ -1,17 +1,21 @@
{
"version": "0.1.15",
"version": "0.1.17",
"assets": {
"x86_64-linux": {
"url": "https://github.com/withered-magic/starpls/releases/download/v0.1.15/starpls-linux-amd64",
"hash": "sha256-6rLYCRg7K36xKxW0nI86w6u1MjAPGTtJQbY5HCSukTE="
"url": "https://github.com/withered-magic/starpls/releases/download/v0.1.17/starpls-linux-amd64",
"hash": "sha256-LGW7KBC0/q/JMdpQSaTjqSqjjNqH49WoZJQMXKOkq5c="
},
"aarch64-linux": {
"url": "https://github.com/withered-magic/starpls/releases/download/v0.1.15/starpls-linux-aarch64",
"hash": "sha256-sHyPcaBlhZrepfnVGE5CxvZZOrBMT0qDP9hHj78CXJQ="
"url": "https://github.com/withered-magic/starpls/releases/download/v0.1.17/starpls-linux-aarch64",
"hash": "sha256-qsS0J4qiaj7nuC9Gv2hZHAuZ3L+GZFaZAazkxOlZvAc="
},
"x86_64-darwin": {
"url": "https://github.com/withered-magic/starpls/releases/download/v0.1.17/starpls-darwin-amd64",
"hash": "sha256-VB2Y8UMyVxkPmeA0wTlIq/0Rc4Yei9PZrMz86m111GA="
},
"aarch64-darwin": {
"url": "https://github.com/withered-magic/starpls/releases/download/v0.1.15/starpls-darwin-arm64",
"hash": "sha256-Q8U+Vagwb9F63N5UA8sAOd+tfCvyZMdtAmZcNgtwiSo="
"url": "https://github.com/withered-magic/starpls/releases/download/v0.1.17/starpls-darwin-arm64",
"hash": "sha256-JSJ6gypX1bcPJ57f4XIB5DCL2HynhhIlG6pwbJjpVCE="
}
}
}

View File

@ -11,6 +11,7 @@ import httpx
platforms = {
"x86_64-linux": "linux-amd64",
"aarch64-linux": "linux-aarch64",
"x86_64-darwin": "darwin-amd64",
"aarch64-darwin": "darwin-arm64",
}