ScoopInstaller_Main/bucket/terraform-ls.json
2025-10-06 12:32:08 +00:00

35 lines
1.4 KiB
JSON

{
"version": "0.38.1",
"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.1/terraform-ls_0.38.1_windows_amd64.zip",
"hash": "703080b205007f3a17a9104edcbb1a09b5cb059f3f2e51a1a5de91008bfe193d"
},
"arm64": {
"url": "https://releases.hashicorp.com/terraform-ls/0.38.1/terraform-ls_0.38.1_windows_arm64.zip",
"hash": "606939fccfeceda2844562d01a0ca332720326a4a56b59a6479405b830295703"
}
},
"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"
}
}
}
}
}