ScoopInstaller_Main/bucket/terraform-ls.json
2025-10-09 08:29:58 +00:00

35 lines
1.4 KiB
JSON

{
"version": "0.38.2",
"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.38.2/terraform-ls_0.38.2_windows_amd64.zip",
"hash": "b79cb658caef13f4ff1c48ab2bbfab048644e646d910ba1833631a5c5b3b7e1e"
},
"arm64": {
"url": "https://releases.hashicorp.com/terraform-ls/0.38.2/terraform-ls_0.38.2_windows_arm64.zip",
"hash": "747836f0dde84d1feb7fa66d832dea096ab19a10a15589c291e2466007eaeb91"
}
},
"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"
}
}
}
}
}