ScoopInstaller_Main/bucket/terraform-ls.json
2025-11-24 12:32:23 +00:00

35 lines
1.4 KiB
JSON

{
"version": "0.38.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.38.3/terraform-ls_0.38.3_windows_amd64.zip",
"hash": "cf9d665206f8509e5f6abcb186a7d1de3c8ac2f629be21269aed4ba38268841f"
},
"arm64": {
"url": "https://releases.hashicorp.com/terraform-ls/0.38.3/terraform-ls_0.38.3_windows_arm64.zip",
"hash": "314d42401f49fde09da3b10d0b249c8dc8012c7fc487d63e127f7a37edd0949e"
}
},
"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"
}
}
}
}
}