ScoopInstaller_Main/bucket/terraform-ls.json
2023-06-20 16:28:21 +00:00

35 lines
1.4 KiB
JSON

{
"version": "0.31.3",
"description": "Terraform Language Server",
"homepage": "https://github.com/hashicorp/terraform-ls",
"license": "MPL-2.0",
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/terraform-ls/0.31.3/terraform-ls_0.31.3_windows_amd64.zip",
"hash": "943f929411cfdf553bc4be12bfe71c4a34c5ea5ddb149cbc98ce4d32873f50ea"
},
"arm64": {
"url": "https://releases.hashicorp.com/terraform-ls/0.31.3/terraform-ls_0.31.3_windows_arm64.zip",
"hash": "51e2c8f974d80bb3424c294febd32e69b11f5066ffecd5b7c9230a7ade66a36b"
}
},
"bin": "terraform-ls.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://releases.hashicorp.com/terraform-ls/$version/terraform-ls_$version_windows_amd64.zip",
"hash": {
"url": "https://releases.hashicorp.com/terraform-ls/$version/terraform-ls_$version_SHA256SUMS"
}
},
"arm64": {
"url": "https://releases.hashicorp.com/terraform-ls/$version/terraform-ls_$version_windows_arm64.zip",
"hash": {
"url": "https://releases.hashicorp.com/terraform-ls/$version/terraform-ls_$version_SHA256SUMS"
}
}
}
}
}